Open alereisan opened 8 years ago
Using the override-parameters attribute, you can extend any additional properties to the swiper instance.
ks-override-parameters="{'autoHeight':'true'}"
<ks-swiper-container initial-slide="3" loop="false" show-nav-buttons="false" slides-per-view="4" space-between="5" pagination-clickable="false" ks-override-parameters="{'autoHeight':'true'}">
<ks-swiper-slide class="swiper-slide" ng-repeat="s in [1,2,3,4,5,6,7,8,9,10,11,12,13,14]">
<img ng-src="http://api.randomuser.me/portraits/thumb/men/{{s}}.jpg">
</ks-swiper-slide>
</ks-swiper-container>
Is it possible to get autoHeight="true" to work (from swiper api: http://idangero.us/swiper/api/#.VuVpepwrLIV)?