Image Update in Couture
<script> jQuery('#product-select').change(function() { var variantTitle = jQuery(this).find(':selected').text(); jQuery('.thumbs img[alt=' + variantTitle + ']').trigger('click'); }) </script>