Skip to content

Instantly share code, notes, and snippets.

@munirkamal
Created November 10, 2017 12:10
Show Gist options
  • Select an option

  • Save munirkamal/bed2ef8658d6bad1bb839b02c04ae304 to your computer and use it in GitHub Desktop.

Select an option

Save munirkamal/bed2ef8658d6bad1bb839b02c04ae304 to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function( $ ) {
// This is to fix an annoying issue with using Before After image slider module within Tabs Module.
$(".et_pb_tabs_controls li").click(function(){setTimeout(function(){$(window).trigger("resize")},800)})
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment