Preview:
$('form.variations_form').on('found_variation', function(event, variation) {
				
				var imageSrc = variation.image.src;

				if(jQuery('.rst-image-product-thumb').length){
					if (imageSrc) {
						if (swiper2.activeIndex !== 0)
							swiper2.slideTo(0);
						setTimeout(function(){
							$('.product-single-image .swiper-slide-active img').attr('src',imageSrc);
						},100)
					}
				}
			});
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter