【问题标题】:center thumbs in splidejs image gallerysplidejs图片库中的中心拇指
【发布时间】:2022-07-29 02:34:41
【问题描述】:

我正在开发像这里这样的缩略图滑块:

https://splidejs.com/tutorials/thumbnail-slider/

在大屏幕上,拇指左对齐。 我试图让它们居中。

https://codepen.io/caplod/pen/ExboPyP

但随后第一个在小屏幕上被截断。

#thumb .splide__list {
  justify-content: center
}

我该如何解决这个问题?

【问题讨论】:

    标签: javascript splidejs


    【解决方案1】:

    Puedes agregar un contenedor a splide, funciono para mi

    #container{
      display         : flex;
      justify-content : center;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-09-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-08-25
      • 1970-01-01
      • 2012-09-01
      • 2014-12-23
      相关资源
      最近更新 更多