Skip to content

Instantly share code, notes, and snippets.

@manbearwolf
Last active November 15, 2017 00:23
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 manbearwolf/50bd6a542042f6d1967c28f65047eda0 to your computer and use it in GitHub Desktop.
Save manbearwolf/50bd6a542042f6d1967c28f65047eda0 to your computer and use it in GitHub Desktop.
fancybox notes for 3.0.39
initialize in document.ready jquery...
$("[data-fancybox]").fancybox({
// Options will go here
});
gets rid of eval errors in chrome. (developer) (even if options don't work)
Use pure CSS for fancybox in SASS runs best for sure. (No min and No convert).
Version 3.0.39
Got it! Fancybox 3.2.1
Addd Hash: false in Options fixes share link close problems...
chrome warnings...
body{
touch-action: manipulation;
}
Not that sure yet...
Slow on Mobile Dev errors 3.0.39 is faster no errors wins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment