轮播无法正确加载

时间:2018-07-25 08:44:46

标签: javascript jquery carousel

我已经启动了一个网站,但是我不知道为什么每次访问该网站时轮播都无法正确加载,并且有时需要多次重新加载-图像都已缩小了尺寸,可用于Web

http://alexburger.co/Graphic.html

https://codepen.io/glittergirl/pen/pZwaaQ

$(window).load(function() {
  "use strict";
  $('.main-carousel').flickity({
    cellAlign: 'left',
    contain: true,
    wrapAround: true,
    imagesLoaded: true,
    autoPlay: true,
    bgLazyLoad: 1
    // adaptiveHeight: true
  });

  $('.main-carousel2').flickity({
    cellAlign: 'left',
    contain: true,
    wrapAround: true,
    imagesLoaded: true,
    autoPlay: true,
    bgLazyLoad: 1
    // adaptiveHeight: true
  });
});

0 个答案:

没有答案