Skip to content

Select Second/Third Image at Scale

First image is a video, and you want the second image to be automatically selected:

<script>
{% if product.tags contains 'PACK' %}
window.antla_preferred_image_url = #{{ product.images[1] | json }};
{% endif %}
</script>