Skip to content

Instantly share code, notes, and snippets.

@kamlesh08
Created July 27, 2020 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamlesh08/d799661c3f11dafbfea5ed011646c322 to your computer and use it in GitHub Desktop.
Save kamlesh08/d799661c3f11dafbfea5ed011646c322 to your computer and use it in GitHub Desktop.
15809 - Image Carousel inside Expandable Row
;(function($) {
$(document).on('pp_expandable_row_toggle', function(e, selector) {
if ( selector.is('.pp-er-open') && selector.parent().find( '.fl-node-5f17183d368c0' ).length > 0 ) {
carousel_5f17183d368c0.swipers.main.update();
}
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment