Alt prop should not contain image
or picture
as screen readers already announce the element as an image
<%= image_tag "cat.gif", size: "12x12", alt: "Picture of a cat" %>
<!-- good -->
<%= image_tag "cat.gif", size: "12x12", alt: "A black cat" %>