Last active
August 7, 2016 18:31
-
-
Save zaurmag/fc971f4cc9d200e8bf1e7ee81e4b3dda to your computer and use it in GitHub Desktop.
Magnific Popap - тип inline
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
// ======= Popap Window Whit Magnific Popap ======= | |
$('.popup-window-link').magnificPopup({ | |
type: 'inline', | |
fixedContentPos: false, | |
fixedBgPos: true, | |
overflowY: 'auto', | |
closeBtnInside: true, | |
preloader: false, | |
midClick: true, | |
removalDelay: 300, | |
mainClass: 'mfp-scale' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment