Skip to content

Instantly share code, notes, and snippets.

@mkrdip
Created October 10, 2015 18:33
Show Gist options
  • Save mkrdip/2cee26bbea9016dba13b to your computer and use it in GitHub Desktop.
Save mkrdip/2cee26bbea9016dba13b to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.et_pb_video_overlay').click(function(){
jQuery(this).parent().find('video')[0].play();
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment