Using image_tag with srcset attribute?

Viewed 5218

I try to use an srcset attribute inside an image_tag but I can not make it work.

Im not sure if it is a syntax error or it generally does not work in an image_tag.

Is it possible to use a srcset attribute in an image_tag?

If yes, how?, and if not why not and is there a workaround?

<%= link_to(image_tag("logo.png", alt: "logo", :id => "logo"), root_path) %>
1 Answers
Related