Created
February 23, 2018 06:25
-
-
Save DevShahidul/e0c8cc9d9fb3bff38ff7f9b6afadf71b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- html structure --> | |
| <a class="popup-youtube" href="https://www.youtube.com/watch?v=UbMCjJsCsok"><span>Watch the setup video</span><figure><img src="svgs/icn_ui_play_large.svg" width="32" height="32" alt="WatchBTN"></figure></a> | |
| <!-- Scripting function --> | |
| <script type="text/javascript"> | |
| $(document).ready(function() { | |
| $('.popup-youtube, .popup-vimeo').magnificPopup({ | |
| disableOn: 700, | |
| type: 'iframe', | |
| mainClass: 'mfp-fade', | |
| removalDelay: 160, | |
| preloader: false, | |
| fixedContentPos: false | |
| }); | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment