jQuery(document).ready(function($){ var yith_wcmg = $('.images'); var yith_wcmg_zoom = $('.yith_magnifier_zoom'); var yith_wcmg_image = $('.yith_magnifier_zoom img'); var yith_wcmg_default_zoom = yith_wcmg.find('.yith_magnifier_zoom').attr('href'); var yith_wcmg_default_image = yith_wcmg.find('.yith_magnifier_zoom img').attr('src'); yith_wcmg.yith_magnifier(yith_magnifier_options); $( 'form.variations_form' ).on( 'found_variation', function( event, variation ) { var image_magnifier = variation.image_magnifier ? variation.image_magnifier : yith_wcmg_default_zoom; var image_src = variation.image_src ? variation.image_src : yith_wcmg_default_image; yith_wcmg_zoom.attr('href', image_magnifier); yith_wcmg_image.attr('src', image_src); if( yith_wcmg.data('yith_magnifier') ) { yith_wcmg.yith_magnifier('destroy'); } yith_wcmg.yith_magnifier(yith_magnifier_options); }).on( 'reset_image', function( event ) { yith_wcmg_zoom.attr('href', yith_wcmg_default_zoom); //yith_wcmg_image.attr('src', yith_wcmg_default_image); if( yith_wcmg.data('yith_magnifier') ) { yith_wcmg.yith_magnifier('destroy'); } yith_wcmg.yith_magnifier(yith_magnifier_options); }) $( 'form.variations_form .variations select').trigger('change'); }); /* playback timings (ms): LoadShardBlock: 1335.233 (3) esindex: 0.015 captures_list: 1353.374 CDXLines.iter: 13.163 (3) PetaboxLoader3.datanode: 189.785 (4) exclusion.robots: 0.451 exclusion.robots.policy: 0.42 RedisCDXSource: 1.204 PetaboxLoader3.resolve: 1349.202 (2) load_resource: 329.161 */