Ionic 8 swiper-container autoHeight not working

I have <swiper-container #swiper [autoHeight]=“true” [modules]=“swiperModules”> in my code and i was working in Ionic 7. After update, it is not working and don’t show all items in swiper-container. I tried everything from Google (set css height to auto, to 100vh and more).
Please, could you help me, how to fix?

Thank you