akiran / akiran/react-slick

React slick vertical true is not taking initial transform 3d properly for adaptive height.

Aperta
#1,714 0 commenti 1 reazione 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
11.9k
Fork
2.1k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

const settings = {
infinite: true,
speed: 500,
slidesToShow: 4,
slidesToScroll: 1,
vertical:true,
autoplay:false,
verticalSwiping: true,
adaptiveHeight:true,
};
This is the settings I've provided for rendering my components to slide vertically. The adaptive height property is set to true since all the components contains text with different lines and the active slide component has higher font sizes. I'm facing the problem with the first component's render since the transform 3D property given for "slick-track" is not set properly when the first component is active. Kindly help if there's any known solution for this.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.