Render issue?
This one does not seem to work:
{{ 'image-name.gif' | asset_url | img_tag }}
And this does not:
{{ "this.largeImageUrl" | asset_url | img_tag }}
The result render is -
'image-name.gif
AND
/images/file.jpg
So it renders the raw data but not an image tag as expected.