slider break mobile layout
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 11.9k
- Fork
- 2.1k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
my setting is like this
```
let settings = {
dots: true,
infinite: true,
speed: 500,
slidesToShow: 1,
slidesToScroll: 1,
fade: true,
autoplay: true,
autoplaySpeed: 3000,
responsive: [
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
},
},
],
}
```
This break mobile view at 480px. My images are quite wide though. But The slider suppose to resize the container, right?
https://youtu.be/oA0v5CPZcjY
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.