ispriter icon indicating copy to clipboard operation
ispriter copied to clipboard

智能合并CSS精灵图

Results 12 ispriter issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

``` css background-image: -owg-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)); background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)); background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)); background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));...

貌似目前都是按px 1:1处理的,请问暂时是不是不支持移动设备上2x的方式,后面有没有计划支持呢

可以对sprite进行分组吗

我想应用在移动项目上,单位是rem,不知道直接将px替换为rem是否可行?如何修改?

合并之后 图片定位会不正确

background: white url('http://qplus3.idqqimg.com/qun/portal/img/r-arr.png') no-repeat 415px center; 合并后 415px 丢了

比如有个background: #ccc;有个background: gradient;合并后background: #ccc不见了.只剩下gradient

gif图好像不能合,现在只能合并png图吗? 另外,如果合并单独几个图片为一张,命令应该怎么写呢。

如指定 img1,img2,img3合并到 sprite1 img4,img5,imh6合并到sprite2