Advertisement
brooklyndesignstudio

Open Youtube Video In Lightbox Using Image Module

Feb 7th, 2018 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.  
  3. jQuery( document ).ready(function() {
  4.  
  5. jQuery(document).ready(function() {
  6.     jQuery('.popup-youtube a, .popup-vimeo, .popup-gmaps').magnificPopup({
  7.         disableOn: 700,
  8.         type: 'iframe',
  9.         mainClass: 'mfp-fade',
  10.         removalDelay: 160,
  11.         preloader: false,
  12.  
  13.         fixedContentPos: false
  14.     });
  15. });
  16.  
  17. });
  18.  
  19. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement