Home › Forums › Theme support › NITRO Slide issues › Reply To: NITRO Slide issues
Hi,
please insert this code in WP admin – >Appearance -> Theme Options -> General -> EXtra JAVASCRIPT Content:
jQuery(window).resize(function() {
var sh= jQuery('#cycleslider').find('img').height();
jQuery('.slideshow_cycle').height(sh).css('min-height', sh+'px');
});
This will solve your problem