【发布时间】: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