From 39d046502c53a9ce02b0158ced85e3cb20a32ab0 Mon Sep 17 00:00:00 2001 From: ZEOS <31534267+naobzore@users.noreply.github.com> Date: Fri, 5 Apr 2019 15:32:19 +0300 Subject: [PATCH] Update jquery.fancybox.js Add: // Can be true, false, "auto" --- dist/jquery.fancybox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/jquery.fancybox.js b/dist/jquery.fancybox.js index 806b2703..bee1af29 100644 --- a/dist/jquery.fancybox.js +++ b/dist/jquery.fancybox.js @@ -153,6 +153,7 @@ animationDuration: 366, // Should image change opacity while zooming + // Can be true, false, "auto" // If opacity is "auto", then opacity will be changed if image and thumbnail have different aspect ratios zoomOpacity: "auto", @@ -5629,4 +5630,4 @@ }); } }); -})(document, jQuery); \ No newline at end of file +})(document, jQuery);