Hello
Just wanting to see if any one knows how to make the default picture be the first instead of the first variant. I am using the Ride theme and its been updated.
I have tried many of the other methods I have found on these boards and one works but doubles up on the default picture.
Thank you
Add this code in theme file
{% for image in product.images %}
{% if image == product.selected_or_first_available_variant.featured_image %}
{% endif %}
{% endfor %}
Thank you for your reply.
Do I just add this to the bottom of the theme.liquid file?
I ended up adding it and the main image (the bigger image) disappeared.
2 years later and no one has a solution for you? I can’t find a proper solution anywhere online. I’m thinking of just changing the theme at this point.