Viewing 1 replies (of 1 total)
  • Hi

    I have find done this to add additional class for selected thumbnail you will please use this jquery function for it :

    jQuery(document).ready(function() {

    jQuery(‘.yith_magnifier_thumbnail img’).each( function() {

    jQuery(this).click( function() {

    jQuery(this).removeClass(‘current’);

    jQuery(this).addClass(‘current’);

    });

    });
    });

Viewing 1 replies (of 1 total)
  • The topic ‘Active thumbnail image’ is closed to new replies.