Skip to content

Instantly share code, notes, and snippets.

@nirbhay18
Created November 12, 2020 07:41
Show Gist options
  • Save nirbhay18/eeb8e4d031f0aac30cac7701ff72eaa5 to your computer and use it in GitHub Desktop.
Save nirbhay18/eeb8e4d031f0aac30cac7701ff72eaa5 to your computer and use it in GitHub Desktop.
Add support for Image Comparison Module in Advanced Tabs Module
;(function($) {
$(document).on('pp-tabs-switched', function() {
$(window).resize();
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment