Skip to content

Instantly share code, notes, and snippets.

@alimoshen
Created April 6, 2018 11:43
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 alimoshen/f40246b37d4d7a1bd84e605749fb8815 to your computer and use it in GitHub Desktop.
Save alimoshen/f40246b37d4d7a1bd84e605749fb8815 to your computer and use it in GitHub Desktop.
Fancybox 3
$(".content img").on("click", function(){
$.fancybox.open ({
src : $(this).attr('src'),
type : 'image'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment