swiper Effect annulé

This commit is contained in:
Deltacms 2023-02-13 10:44:42 +01:00
parent af13d19ef6
commit cab5b15484
1 changed files with 1 additions and 1 deletions

View File

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