Alt attribute on product page not showing

Hi everyone,

On my site when on the product page I am not able to add the alt attribute to the image, I add it but when I inspect the page it doesn’t shows up.

Can anyone help me?

My code below:

{% if product.images.size > 0 %} {% for image in product.images %}
This is a new product
{% endfor %} {% else %} {{ 'product-1' | append: current | placeholder_svg_tag: 'placeholder-svg' }} {% endif %}

Hi @treppy76 ,

Your snippet still working normally on my theme. You can check on this screenshot: https://prnt.sc/12fhso7

If you can not find that problem, you can add me as a staff and I’ll check it for you (my email: jones.evan137@gmail.com)