So I'm working as a frontend dev and I was told to make images inside article responsive. Our backend runs on symfony 2.X and sadly, I don't know much about it... The problem is the way, how the article is being rendered. It looks like this:
{{ article.content|raw }}
It means, that I have no option how to edit the style or class of the image. So I'd like to know, if there is any filter or function with which I could separate the image from the text and assign it a class or a style. We use our own Content Management System in which you paste the image right into the text...