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
关于: EhTagTranslation/UserScripts#27
之前的一些图床用的是 E 站自身的缩略图,原来是单个 jpg,现在模式改成了 css sprites。 是否需要在数据库这一步增加 css sprites 模式的图片形式?
这种方式就是很不方便搞。因为图片全是不同像素尺寸的,不能用background-size: cover;。如果要在介绍显示区改变大小,css 只能用 translate: scale() 了(zoom兼容性差),而且不能自适应大小。
background-size: cover;
translate: scale()
想要自适应大小倒是可以使用 svg 内引用图片的技术,但是那是 EhSyringe 负责的事。
现在就是看是否需要在数据库这一步支持 css sprites 模式的 E 站缩略图,涉及到其他的项目(不过大多数项目只用了文字,没引用图片)。
The text was updated successfully, but these errors were encountered:
不少其他的项目也在用 Database 做翻译源,估计比较麻烦。
Sorry, something went wrong.
hath.network 的链接都是不固定的,你也没法用啊
OpportunityLiu
No branches or pull requests
关于: EhTagTranslation/UserScripts#27
之前的一些图床用的是 E 站自身的缩略图,原来是单个 jpg,现在模式改成了 css sprites。
是否需要在数据库这一步增加 css sprites 模式的图片形式?
这种方式就是很不方便搞。因为图片全是不同像素尺寸的,不能用
background-size: cover;
。如果要在介绍显示区改变大小,css 只能用translate: scale()
了(zoom兼容性差),而且不能自适应大小。想要自适应大小倒是可以使用 svg 内引用图片的技术,但是那是 EhSyringe 负责的事。
现在就是看是否需要在数据库这一步支持 css sprites 模式的 E 站缩略图,涉及到其他的项目(不过大多数项目只用了文字,没引用图片)。
The text was updated successfully, but these errors were encountered: