We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用 fis-spriter-cssspritesv0.3.0
fis.config.set('settings.spriter.csssprites',{ scale: 0.5 });
.a1{ background: url(icons/icon_01.gif?__sprite) no-repeat 0px 0px; width:32px; height:32px; }.a2{ background: url(icons/icon_02.gif?__sprite) no-repeat 0px 0px; width:32px; height:32px; }.a3{ background: url(icons/icon_03.gif?__sprite) repeat-y 0px 0px; width:320px; height:320px; }.a4{ background: url(icons/icon_04.png?__sprite) repeat-y 0px 0px; width:320px; height:320px; }.a5{ background: url(icons/icon_05.png?__sprite) repeat-x 0px 0px; width:320px; height:320px; }.a6{ background: url(icons/icon_06.png?__sprite) repeat-x 0px 0px; width:320px; height:320px; }
按照文档说明,css中没有写background-size,不知道是什么问题 不使用scale手写background-size也是同问题
The text was updated successfully, but these errors were encountered:
后来解决了么
Sorry, something went wrong.
No branches or pull requests
使用 fis-spriter-cssspritesv0.3.0
按照文档说明,css中没有写background-size,不知道是什么问题
不使用scale手写background-size也是同问题
The text was updated successfully, but these errors were encountered: