Select Second/Third Image at Scale
๐ธ Select second/third image at scale
Section titled โ๐ธ 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>