Hi,
This might be silly question but I can't seem to find a way to include aresponsive image when editing a K2 article. I am using JA directory and I was hoping there would be classes I can use to specify the image in the article. Somthing like:
<figure class="center image"> <img blabla/> </figure>
Any ideas?
jmrapin2 Hi The template comes with responsive style for images already. You can add the image and it will be responsive. For a css class you can try this class :
img-responsive
If any issue, let me know the url of page on which the image is not responsive.
Hi Pankaj,
Well just adding the image does not work.
But - as you suggested - img-responsive worked. Such as:
<img class="img-responsive" source="path" />
Thanks!