Skip to content

Instantly share code, notes, and snippets.

@tanjimahmmed
Created December 13, 2019 14:26
Show Gist options
  • Save tanjimahmmed/801a45dbc1230b49fbd74d6df590c3c5 to your computer and use it in GitHub Desktop.
Save tanjimahmmed/801a45dbc1230b49fbd74d6df590c3c5 to your computer and use it in GitHub Desktop.
Modal Video Option
// -- modal video -- //
$(".play_icon").modalVideo();
$(".play_icon").on('click', function(){
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment