- Use the alt text to associate the additional images - besides the variant image - to the option value. Example: say you have 3 images that show the Blue variants, then a) associate the first image as variant image to all Blue variants, and b) set the alt text of the 2 additional images to 'Blue'.
- Copy+paste the code found in the product.liquid snippet below at the bottom of your product.liquid template.
Only the images associated to the currently selected variant are shown. Other images are hidden.
- On page load, only the images associated to the selected variant will be shown.
- When a new variant is selected, only the images associated to that new variant will be shown.
- The wrapper of the image, if one is used, is hidden, so there will be no left-over border shown on the page when an image is hidden.
jQuery 1.7 or later.
The code is somewhat working on the Debut theme, the only problem I am having is that when you first select the product that has many variants, all variant photo show for the initial product, after picking a specific color, then it will only show the pictures related to that color. Is there a way to not show all the pictures at first?