Advertisement
Guest User

Untitled

a guest
May 29th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({
  2.       disableOn: 700,
  3.       type: 'iframe',
  4.       mainClass: 'mfp-fade',
  5.       removalDelay: 160,
  6.       preloader: false,
  7.       fixedContentPos: false,
  8.         iframe: {
  9.             patterns: {
  10.                 youtube: {
  11.                     src: '//www.youtube.com/embed/%id%?autoplay=1&rel=0&controls=0'
  12.                 }
  13.             }
  14.         }
  15.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement