This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Releases: fancyapps/fancybox
Releases · fancyapps/fancybox
v3.5.7
v3.5.6
v3.5.5
v3.5.4
v3.5.3
Fixes
- Fixed #2122 - Focusable HTML5 video
- Fixed #2128 - Missing smallBtn on mobile
- Fixed #2096 - autoStart fullscreen AND slideshow
- Fixed #2097 - German translation
- Fixed #2132 - Youtube fullscreen
Improvements
- Captions now have linear-gradient background (instead of background image for pseudo element) and can have max-height and vertical scrollbar;
- Improved design for phones having the notch (https://webkit.org/blog/7929/designing-websites-for-iphone-x/)
v3.5.2
v3.5.1
v3.5.0
Improvements
- New option
preventCaptionOverlap
(enabled by default for desktop only) prevents caption from overlapping the content; - HTML5 video now uses thumbnail image as poster;
- Redesigned caption - centered, without top border and does not hide when idling (and
preventCaptionOverlap
is enabled); - It is now easier to set content height in % (especially for iframes), there is no need to adjust bottom margin and max-height (caused by this - https://bugzilla.mozilla.org/show_bug.cgi?id=748518), because bottom margin is applied automatically using JS)
Fixes
- Fixed thumbnail visibility detection (now works better with sliders);
- Fixed share modal not closing when clicking outside content area;
- Fixed iframe support for iOS
Note about upgrading from previous versions
If you have changed the layout (as in this example: https://codepen.io/fancyapps/full/pxovaa), you most likely have to set preventCaptionOverlap : false
to prevent content shifting.
v3.4.2
Improvements
- Updated slideshow
- Slideshow now waits for YouTube and Vimeo video to end
- Slideshow now has a progressbar
- After YouTube or Vimeo video ends, gallery will automatically move to the next slide
- Revised transitions
Changes
- Slideshow button is now displayed by default
- Slightly updated visuals
- Tweaked loading icon
- changed background color of thumbnails list; border color of active element
Fixes
- Fixed IE11 issues
- Transitions not working on some zoom levels
- Updated scrollbar width detection should fix page shifting
- Fixed issue with unwanted characters inside thumbnail list
- Fixed issue when sometimes iframe height is not calculated correctly