[SOLVED] Prevent ion-slides from centering

Hello,

Is there anyway to override the “centering” of the ion-slides so that it behaves like a normal page?

Thanks!

Add this to the page styling:

.swiper-slide {
align-items: baseline !important;
}

Seems to work!

2 Likes