@cheepmanzeeSubmitted about 3 years ago
All feedback is highly appreciated! Can anyone give a piece of advice on how to place and adjust background images? Feel kinda unconfident with those.
Thank you in advance!
All feedback is highly appreciated! Can anyone give a piece of advice on how to place and adjust background images? Feel kinda unconfident with those.
Thank you in advance!
For placement of background image:
for deciding the focus point of image, means if size of the screen decreases the image will try to be in centre and focus on that point. means clipping at the edges will happen
For size, most popular is cover 2. background-size: Cover it will make image to cover all of the size, even if the image size is small it will snap to come on full div
And some links : https://developer.mozilla.org/en-US/docs/Web/CSS/background-position, https://developer.mozilla.org/en-US/docs/Web/CSS/background