Reputation: 31
I need an answer for a single image and Fancybox 2:
Key F toggles between Image Fullscreen and sized modes. Works great!
I would like that Fancybox opens the image in fullscreen mode automatically (and not in sized mode) and that pressing the Key F toggles to sized mode.
Upvotes: 1
Views: 3531
Reputation: 31
Found the solution myself...:
in jquery.fancybox.js: change fitToView : false,
image will open in original size and not resized...
Upvotes: 2