Hi there!
I’ve integrated CKEditor following this POST. There is a table named article and there is a field named content where I’ve added CKEditor to.
4217
I suppose that we’ve added an image like the picture above inside content field. After creating the article I see in the database content, it says
<p><img alt="" src="/democms/uploads/images/07.05%20009.jpg" style="height:300px; width:400px" /></p>
Now I wanna change that to something like this:
<p><a href="#" class="thumbnail"><img alt="" src="" alt="/democms/uploads/images/07.05%20009.jpg" style="height:5720px; width:800px" class="img-polaroid"></a></p>
so that the picture appears responsively corresponding to my own style.
How could I achieve this?
Regards.