Skip to content
Snippets Groups Projects
Commit 039ceafe authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-5650: Add height auto to viewport for firefox

parent 56d5ddd4
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
}
.flickity-viewport {
transition: all ease 0.4s;
height: auto;
}
.carousel.is-hidden {
display: none;
......
......@@ -39,7 +39,7 @@
var flkty = new window.Flickity(elem, {
autoPlay: bannerAutoplay ? bannerSlideSpeed : false,
draggable: true,
fade: true,
wrapAround: true,
adaptiveHeight: true,
cellSelector: '.card__banner',
pageDots: bannerDots,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment