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

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -