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
Post a Comment