metafizzy / flickity

:leaves: Touch, responsive, flickable carousels
https://flickity.metafizzy.co
7.52k stars 605 forks source link

content of the second tab isn't correct initialized when switching tabs #930

Closed himalayanath closed 5 years ago

himalayanath commented 5 years ago

Hi sir, I installed flickity in multiple tabs and it is correctly initialized in the first tab. while the content of the first tab is loaded, the content of the second isn't correct initialized.

https://codepen.io/himalayanath/pen/MRwQGr

Thank you.

himalayanath commented 5 years ago

// trigger resize on tab pane $( "#" + selector + " .carousel").flickity(); $( "#" + selector + " .carousel").flickity('resize');

}); })