Hello,
Is there anyway to override the “centering” of the ion-slides so that it behaves like a normal page?
Thanks!
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!