I'd like to add CSS class and alt text to an image I'm using in a view.
Here's what Im currently using
[19 show_image=1 size=ful][/if 19]
Something like this would be ideal:
[19 show_image=1 size=full css='img-responsive' alt='some alt text'][/if 19]
Is this possible? Im guessing I need to instead write out HTML but this is tricky without the image URL which I also cant seem to see there?