First of all,I've a site for mobile devices,each slide has a height the same as mobile's(or browser) height.And if the slide's content is too long(break the height),I set a dynamic height for this slide and the container.
Now the issue is:If the first slide has 100% height,the second slide has 120% height,the third slide has 120% height.When I moved to the third slide,it can't be moved to the top of mobile.There has 20% height over the third slide.How to solve?
I would recommend you to use slides with the same 100% height. But you can just add overflow:auto to .swiper-slide and each slide will have separate vertical scrolling
Most helpful comment
I would recommend you to use slides with the same 100% height. But you can just add overflow:auto to
.swiper-slideand each slide will have separate vertical scrolling