Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
首先对不起我的英语不好。
净化前:
<img src="xxx.jpg"/>
净化后:
<img src="xxx.jpg" class="myclass" />
我该如何使用 html 净化器?
嗯,你为什么不把用户内容放在一个带有 id 的 div 中content,然后使用 CSS 选择器#content img呢?
content
#content img
我正在尝试将 CarrierWave 与 RMagick 一起使用,但是当我尝试进行任何图像处理(例如缩放)时,我得到了未定义的错误。(轨道 4.0,红宝石 2.0)
version :thumb do process :scale => [50, 50] end