Using sprites with IMG tag?

后端 未结 6 1460
余生分开走
余生分开走 2020-11-29 23:26

I understand how to use sprites, however, isn\'t a \"src\" attribute required for IMG tags? I could always use a SPAN or other tag and set the background/width/etc but it wo

6条回答
  •  被撕碎了的回忆
    2020-11-30 00:04

    You can either use CSS backgrounds, or HTML Canvas elements to dynamically draw upon. With canvas's you have the ability to easily subset images and perform blend mode effects.

提交回复
热议问题