Site Best Practices
Hey Guys, Just looking for some best practice stuff, if i am making a landing page like this one, that has a background image, i imagine i would want to have a container on this, and on bigger screens (4k+) they would have black bars? Also i am guessing its not viable to have the image take the whole height of the screen? Attaching two screenshots, first one is the design, 2nd one is my implementation.
3 Replies
I imagine its possible to have the image just take the whole width of the screen, but that would probably be pixelated and not best practice? at some point im guessing we just add a container and live with the black bars?
yea, you have to consider the quality of the image. you could add an extra container where you place the background on with a max-width of what you are comfortable with scaling it to. and then have the black bars
Noted thanks!