OK I think what I need to do is bind the height checking jquery function to the slide changing so that only checks the height when the slide is visible.
Is there a way to do this? I’ve tried the following (and variations on this) but the event does not seem to trigger…
$j(‘#top-banner’).on(MSSliderEvent.CHANGE_START, ‘.master-slider’, function(e){
console.log(‘j’);
});
Is this because the WordPress version of Master Slider is different to the jquery version perhaps?
Again, thanks for any help you can offer.
Ben