responsive sprites / percentages

前端 未结 9 811
天涯浪人
天涯浪人 2020-12-04 09:54

I\'ve read every single question about responsive sprites using css, I saw jsfiddle with working examples of responsive sprites, but I still cannot understand how to get the

9条回答
  •  遥遥无期
    2020-12-04 10:40

    My approach is similar to Greg's in that I wrote a tool to generate responsive css sprites. I however have taken it one step further and added a sorting algorithm so you can pack more images efficiently onto a png.

    Here is the Responsive CSS Sprite Generator Tool: https://responsive-css.us/

提交回复
热议问题