html - Set sprite image in Mobile -


i´m using sprite image in project.

my html is:

<div class="image-step"><img src="icon-sprite.png")" /></div> 

my css:

.image-step{width: 132px; height: 72px; display: block; margin: 0 auto 15px auto; overflow: hidden;} .image-step img{position: relative; top: -41px;} 

it looks good. problem in mobile, because have show image in small size. can put in media query .image-step{width: 62px;} can´t set image size. if use percentage, i´ll have problem when modify mi image sprite.

do know how can solve problem?

thank you.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -