+ 5
How do we make the image smaller (as bg image)?
I tried this in the webpage I'm working on and yeah, I've added the pic then the pic is overzoomed I wanted to make it smaller
4 Answers
+ 5
if it's a background use :
background-size: cover
or
background-size: contain
+ 6
Use css and give a height and width to it
+ 6
@Yaroslav Pieskov, it just fixed my header issue, thanks!
+ 3
no problem