akiran / akiran/react-slick

Breakpoints not working for ipad devices 9th and below

オープン
#2,156 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
11.9k
フォーク
2.1k
PR マージ指標
30日以内にマージされた PR はありません

説明

I have used a breakpoint for my application but for Ipad devices 9th and below they are not working as expected , ipad devices only considering 3.5 which is the default one even if there width in range of this breakpoints

//settings

slidesToShow = 3.5;
responsive = [
{
breakpoint: 1025,
settings: {
slidesToShow: 2.5
}
},
{
breakpoint: 820,
settings: {
slidesToShow: 2
}
},
{
breakpoint: 428,
settings: {
slidesToShow: 1
}
}
];

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。