Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Releases: fancyapps/fancybox

v3.5.7

11 Mar 19:09
Compare
Choose a tag to compare

Fixes

  • Fixed #2213 Keyboard navigation inside form dropdowns
  • Fixed #2210 Depreciated: HTMLVideoElement.webkitExitFullscreen()

v3.5.6

14 Dec 13:03
Compare
Choose a tag to compare

Fixes

  • Fixed #2151 - Swipes over the caption

v3.5.5

13 Dec 10:48
Compare
Choose a tag to compare

Fixes

  • Fixed #2150 - Caption is not cleared

v3.5.4

12 Dec 11:15
Compare
Choose a tag to compare

Fixes

  • Fixed #2147 - Caption overlaps bottom video-controls

v3.5.3

10 Dec 15:32
Compare
Choose a tag to compare

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

v3.5.2

05 Oct 13:44
Compare
Choose a tag to compare

Fixes

  • Fixed #2090 - Html5 video in looping gallery;
  • Fixed issue with wrong height of PDF files (by automatically disabling iframe preloading)

v3.5.1

30 Sep 10:27
Compare
Choose a tag to compare

Fixed #2083 - missing HTML5 video poster

v3.5.0

29 Sep 13:08
Compare
Choose a tag to compare

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

21 Sep 12:20
Compare
Choose a tag to compare

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

v3.4.1

31 Aug 12:56
Compare
Choose a tag to compare

Improvements

  • Revised focus trapping
  • Navigation arrows are now buttons
  • Slideshow now waits for html5 video to end
  • Changed window.jQuery to global value

Fixes

  • Fixed issue with 2inline items in looping group
  • Fixed issue with custom full-screen button