Skip to content

Instantly share code, notes, and snippets.

@mkrdip
Created October 10, 2015 18:33
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
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