Last active
November 15, 2017 00:23
-
-
Save manbearwolf/50bd6a542042f6d1967c28f65047eda0 to your computer and use it in GitHub Desktop.
fancybox notes for 3.0.39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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