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

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -