Bootstrap 3 modal slideshow -
i have problem regarding bootstrap 3 modal has slideshow (swiper) inside. when put on modal isn't working when put on clasic page working.
i have tried use shown.bs.modal myswiper.update() , no luck.
can me ?
this solution problem
$('#mymodal').on('shown.bs.modal', function () { myswiper.update(); });
Comments
Post a Comment