add class automatically img object with htmlpurifier

157 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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