Answers for "rails image_tag data-src"

0

rails image tag data attribute

<%= image_tag 'filename', title: "title", class: "class", data: { description: '..', title: '..' }  %>
Posted by: Guest on March-10-2021

Browse Popular Code Answers by Language