html - How to fixed image dimension when zoom out page using css? -
how fixed image dimension when zoom out page using css ?
for example in case fiverr.com
when zoom page 25%
http://image.free.in.th/v/2013/iy/150803122836.png
and when zoom page 100% (normal)
http://image.free.in.th/v/2013/ij/150803122858.png
how fixed image dimension case ?
i tried many time not work (image dimension not fixed).
how can ?
to make background image fit entire width of page there option in css. in case should try background-size cover.
css
.background { background-size:cover; }
Comments
Post a Comment