【发布时间】:2015-01-15 21:32:39
【问题描述】:
使用 html,我可以将图像的宽度缩放到可用窗口的百分比,如下所示:
<img src=whatever.png width=50% />
对于 mediawiki,这似乎是不可能的(如果您不允许 html 注入)。真的吗?不要告诉我我必须写一个 mediawiki 扩展;)
注意Is there a way automatically to resize MediaWiki images depending on screen size? 的 CSS 答案不是解决方案。我想在一页中有不同百分比的不同图像。
【问题讨论】:
标签: html css image scale mediawiki