Skip to content

Instantly share code, notes, and snippets.

@zaurmag
Last active August 7, 2016 18:31
Show Gist options
  • Save zaurmag/fc971f4cc9d200e8bf1e7ee81e4b3dda to your computer and use it in GitHub Desktop.
Save zaurmag/fc971f4cc9d200e8bf1e7ee81e4b3dda to your computer and use it in GitHub Desktop.
Magnific Popap - тип inline
// ======= 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