3.3.1 Changes:
- Custom source element is no longer removed from the document after being loaded by lightbox.
Changes:
- Lightbox is now agnostic to hardware pointer type.
- disableLocalStorage disables now all local storage operations.
- Fixed issue with background scrolling during swiping on mobile Safari.
- Set enablejsapi parameter to 1 for YouTube sources.
3.2.3 Changes:
- Fixed issue with image disappearing when using srcset.
- Improved performance of automatic type detection.
3.2.2 Changes:
- Invalid type is no longer saved in local storage;
- Fixed issue with lightbox crashing when fslightbox tag contained class attribute.
3.2.1 Changes:
- No longer need to call setup method when creating lightbox programmatically, removed setup method from FsLightbox class.
Changes:
- Custom sources attributes - add attributes with data- prefix to the tags and attach anything you want to the sources.
- Fixed fullscreen button issue on mobile - you had to tap two times to exit fullscreen.
- By default lightbox does not exit fullscreen on close.
- Added exitFullscreenOnClose boolean prop. Set it to true and lightbox will exit fullscreen on close.
- Fixed issue with youtube video in fullscreen being covered by lightbox.
- Removed will-change css property from lightbox.
- Added option to load only current slide on lightbox open.
- Fixed issue with freezing lightbox on double right click.
- Slide number is now not going beyond page when numbers are too large.
3.0.9 Changes:
- Removed request with Roboto font and changed font to Helvetica.
- Removed .hidden CSS class.
3.0.8 Changes:
- Fixed issue with not loading all source after reopening lightbox.
3.0.7 Changes
- Fixed issue - refreshFsLightbox is not defined.
3.0.6 Changes:
- Updated way of managing YouTube videos dimensions.
3.0.2 Changes:
- Fixed issue with detecting scrollbar width.
3.0.1 Changes:
- fixed issue with loading styles
Changes:
- added updateFsLightbox() global function that detect new lightboxes or updates existing ones.
- simplified adding Fullscreen Lightbox to webisite, now it's only js file
- custom sources, displaying anything you want, e.g. Google Maps, Iframes
- changed way of adding Vimeo videos, now you can do it via custom sources
- resolve CORS issues with automatic type detection via manually setting type (data-type attribute)
- changed way of listening for events
2.0.1 Changes:
- Adjusted cursor changing to closing lightbox when clicking in overlay
Changes:
- closing lightbox when clicking in overlay
- changing fullscreen svg on toggling fullscreen
- controlling lightbox via keyboard (arrow keys and ESC key)
- changed slide buttons svg's
- turned off slide swiping when there is only one slide
- fixed issues with IE
1.6.3 Changes:
- fixed two bugs, when there where only two slide
1.6.2 Changes:
- changed font to roboto
1.6.1 Changes:
- fixing bugs
Changes:
- updated fade-in animation
- improved scrollbar fix
1.5.2 Changes:
- fixed small error which caused wiping out library in IE11
1.5.1 Changes:
- improved fade-in animation
- fixed responsiveness bug
Changes:
- videos posters
- renamed tag for using fsLightbox
1.4.4 Changes:
- optimized detecting mobile devices
- fixed issue with scrollbar recompense
Changes:
- hiding slide counter doesn't wipe everything
- init method now works correctly
- optimized initial load source
- IE loading html 5 videos fix
1.3.1 Changes:
- fixed issue with reopening box
- added recompenste-for-scrollbar class option to fix jumping position: fixed elements
Changes:
- added open, close, show, init events
- fixed not activating slide events when on desktop
Changes:
- Media sources are taken directly from url not from blob (faster loading)
- Two or more same urls issues fixed
- Fixed transform issues when resizing from mobile
- Toolbar not clickable at mobile devices fix
- Blue highlight fix on mobile ( -webkit-tap-highlight-color: transparent to FsLightbox hrefs)