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(){