Tuesday, April 11, 2017

OwlCarousel 2: Flickering on slide in Chrome and Safari

https://github.com/OwlCarousel2/OwlCarousel2/issues/599


if you use the owl-carousel / owl.carousel.css just add the bottom attribute
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;  // added this
}
 
 
 
/*
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}*/ 

No comments:

Post a Comment