firstly sorry for my broken english.

before purify:

<img src="xxx.jpg"/>

after purify:

<img src="xxx.jpg" class="myclass" />

how can i do with html purifier?

没有正确的解决方案

其他提示

Mmm, why don't you just put user content in a div with id content and then use the CSS selector #content img?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top