Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- jQuery( document ).ready(function() {
- jQuery(document).ready(function() {
- jQuery('.popup-youtube a, .popup-vimeo, .popup-gmaps').magnificPopup({
- disableOn: 700,
- type: 'iframe',
- mainClass: 'mfp-fade',
- removalDelay: 160,
- preloader: false,
- fixedContentPos: false
- });
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement