From cab5b15484ffadd582776352eef9a094fffa1227 Mon Sep 17 00:00:00 2001 From: Deltacms Date: Mon, 13 Feb 2023 10:44:42 +0100 Subject: [PATCH] =?UTF-8?q?swiper=20Effect=20annul=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/vendor/swiper/swiperEffectVertical.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vendor/swiper/swiperEffectVertical.js b/core/vendor/swiper/swiperEffectVertical.js index 29cb610..6675a2b 100644 --- a/core/vendor/swiper/swiperEffectVertical.js +++ b/core/vendor/swiper/swiperEffectVertical.js @@ -22,7 +22,7 @@ $.wrapper = function(){ } heightMod = verticalBannerHeightImg * ( widthMod / verticalBannerWidthImg ); $("#headerSwiper .swiper").css("width", widthMod); - $("#headerSwiper .swiper").css("height", heightMod); + $("#headerSwiper .swiper").css("height", heightMod); } $(document).ready(function(){