Breakpoints not working for ipad devices 9th and below
Aperta
- Lingua principale
- JavaScript
- Stelle
- 11.9k
- Fork
- 2.1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
}
}
];
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.