rails image_tag data-src code example
Example: rails image tag data attribute
<%= image_tag 'filename', title: "title", class: "class", data: { description: '..', title: '..' } %>
<%= image_tag 'filename', title: "title", class: "class", data: { description: '..', title: '..' } %>