+ 2
How do I perfectly fit the background picture on the screen
The background image I want to put is pretty big, bigger than the whole screen. I want to fit it to the screen size.
6 Answers
+ 4
Css:
Background-size:cover
+ 11
use css
+ 3
Thanks
+ 2
Another question. What about setting the position of the background image; if the picture is big, setting the specific part of the picture that shows on the screen
+ 2
Background-position
https://www.w3schools.com/cssref/pr_background-position.asp
+ 2
Thanks again guys