Skip to content

Instantly share code, notes, and snippets.

@chodorowicz
Created July 15, 2015 12:20
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chodorowicz/8a9cc46f11ca7577f0a3 to your computer and use it in GitHub Desktop.
Save chodorowicz/8a9cc46f11ca7577f0a3 to your computer and use it in GitHub Desktop.
photoswipe disable zoom
{
zoomEl: false,
maxSpreadZoom: 1,
getDoubleTapZoom: function(isMouseClick, item) {
return item.initialZoomLevel;
}
pinchToClose: false
}
.pswp--zoom-allowed .pswp__img
cursor default !important
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment