I have the following liquid markup:
{{ 'image.jpg' | theme_image_tag }}
and it renders like,
<img src="/site.com/site/3424242/image.jpg" />
How to add a class or whatever option to it? I want it to render like:
<img src="/site.com/site/3424242/image.jpg" class="thumbnail" />
I use the Locomotive CMS and the liquid that comes with it.