Created
October 31, 2017 01:43
-
-
Save manbearwolf/bfe9d22d4e60e4cdb6ec29a7d11f0c2a to your computer and use it in GitHub Desktop.
Fancybox Init Placement.... Options...??
This file contains hidden or 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
| $(document).ready(function(){ | |
| // Responsive video embeds | |
| $('.entry-content').fitVids(); | |
| // Fancybox Init | |
| $("[data-fancybox]").fancybox({ | |
| // Options will go here | |
| // Enable keyboard navigation | |
| keyboard : true, | |
| // Should display navigation arrows at the screen edges | |
| arrows : true, | |
| // Disable right-click and use simple image protection for images | |
| protect : true, | |
| // Enable infinite gallery navigation | |
| loop : true | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment