Limit product page images to display

Hi, I’m using the Woodstock theme and URL is: https://leadingsolutions.co.nz/.

Is there a way to limit the number of pictures showing up on product pages in the carousel? I don’t want the product page to show all the variants that are being uploading for the variant pictures.

I only want to show 6 pictures on this page. Example product would be: https://leadingsolutions.co.nz/products/bouncepad-counter-ipad.

Thanks,

Fran

@Franrulzok

To do that, you can try add limit variant to for loop

Example:

{% for item in array limit:6 %}
  {{ item }}
{% endfor %}

Where would I put that code? Thanks.

@Franrulzok ,

To confirm your expecting here,

Do you want to limit the picture of variant here?

Yeah correct! Some products I have 20+ variants and I don’t need them all shown in the product carousel, unless that variant is selected to view.