FrancescoXX / rustcrab

An Open Source project with everything you need to learn about Rust.
https://rustcrab.com
MIT License
402 stars 69 forks source link

[BUG] Youtube thumbnails overflowing at certain Dimensions of the Screen #149

Open saivinaygondrala opened 1 month ago

saivinaygondrala commented 1 month ago

Description

At certain dimensions the Youtube thumbnails were overflowing and looks bit inconsistent.

Screenshots (if applicable) image

Add screenshots or other media to help explain the issue.

How to fix

This can be fixed by making the background size contain.

akkota commented 1 month ago

Would love to work on this @FrancescoXX, I have experience with Tailwind CSS.

FrancescoXX commented 1 week ago

Hey @akkota , let me know in case you don't want to work on this anymore

akkota commented 1 week ago

I would like to work on it

saivinaygondrala commented 1 week ago

https://github.com/FrancescoXX/rustcrab/pull/159 This is good to merge @FrancescoXX .