2017-09-04 2 views
0

http://35.186.164.237슬릭 슬라이드 - 슬라이드 위치 문제

매끄러운 슬라이드이 구성 위의 거의 페이지 하단에있다 : 슬라이드를 잘못 배치되는 모든 브라우저에

$('.module-testimonials').not('.slick-initialized').slick({ 
    dots: true, 
    infinite: true, 
    speed: 300, 
    slidesToShow: 1, 
    autoplay: true, 
    autoplaySpeed: 5000, 
    adaptiveHeight: true, 
    nextArrow: "<div class='right'><div class='icon-wrapper'><i class='fa fa-angle-right'></i></div></div>", 
    prevArrow: "<div class='left'><div class='icon-wrapper'><i class='fa fa-angle-left'></i></div></div>" 
}); 

. 그들 중 하나는 전혀 볼 수 없습니다. ((

Slick.js : http://kenwheeler.github.io/slick/

+0

각 슬라이드는 다른 크기 당신이 CSS를 추가 높이와 폭을 교체 시도는 – Hash

+0

당신이 함께 –

+0

를 사용하여 업데이트 한 라이브러리를 제공 –

답변

0

.module-testimonials img { 
    /* width: 300px; remove this*/ 
    height: 245px; 
} 
+0

더 가까워졌습니다! : D 업데이트했습니다. 그러나 매끈한 점들은 여전히 ​​일부에서 겹쳐 보이는 것 같습니다 ... –