malsup / cycle2

2nd gen cycling
899 stars 236 forks source link

Transition FX 'scrollHorz' changes when adding the 'slides' parameter #695

Open landitus opened 9 years ago

landitus commented 9 years ago

I have a fully working image slider with the 'scrollHorz' effect. The thing is when adding a list with elements as the slider, and adding the slides: 'li' parameter, the slider works but the transition is changed to something like a diagonal zoom effect. Weird! If I change to the fade effect, the fade is acknowledged. The horizontal scroll effect is not.

daniellelecomte commented 8 years ago

Same here - did you ever find a solution?

panablue commented 4 years ago

Adding width:100% to the slide element/selector worked in my case - to ensure slides retain their size during the transition.