I can make swiper in ionic to have auto size in height with this css
.swiper-wrapper { position: relative; }
and my parameters are only the default parameters specified in the documentation for the ionic version
vm.options = { loop: true, effect: 'fade', speed: 500, };
source share