I need to add data-description and data-title for galleria in my rails application but I can\'t see how to do this with the image tag. So far I have this:
The correct syntax for this is
<%= image_tag entry.filename, :title => "title", :class => "class", :data => { :description => entry.caption, :title => entry.caption } %>