@AdrianoEscarabote
Posted
Hi 雷楲𨛵(Wei-Hu, Ley), how’s everything? I think your project turned out great! However, I have some feedback that I think might be useful:
To prevent the background image from breaking at higher resolutions, we can prevent this in two different ways:
-
Add a
background-repeat: repeat-x;
, the image will repeat on the horizontal axis, preventing it from breaking. -
Add a
background-size: 100% 50vmin;
, the50vmin
will set its height as the page target, and 100% will make it stretch on the horizontal axis.
Feel free to choose one of the two!
The rest is amazing.
I hope this is helpful. 👍
Marked as helpful
@DerRight
Posted
Hi @AdrianoEscarabote, yes, everything is very good, keep working on it.And you? Thank you for your advice, it helps me a lot!!!!!!!!
I have been wondering about the background picture for a long time, and I always felt that something was weird. It wasn’t until you told me that I could use these two methods that I put my mind down!
Thank you so much for your advice, have a nice day!!!!!!!!!!!!