Skip to content

Instantly share code, notes, and snippets.

@facelordgists
Created November 2, 2014 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save facelordgists/9170667eaf1b383516ac to your computer and use it in GitHub Desktop.
Save facelordgists/9170667eaf1b383516ac to your computer and use it in GitHub Desktop.
Magnific Popup Full Width Image w/ scrolling
jQuery(function($) {
$('.image-popup-full-width').magnificPopup({
type: 'image',
closeOnContentClick: true,
image: {
verticalFit: false
}
});
});
@facelordgists
Copy link
Author

See also Review Pro Popup

@facelordgists
Copy link
Author

Before
before

After
after

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment