basilio / responsiveCarousel

Simple carousel
MIT License
113 stars 64 forks source link

outerwidth and hide elements #45

Open kampiamodikuesto opened 7 years ago

kampiamodikuesto commented 7 years ago

i'm try to use responsiveCorousel with tabs of foundatin 6 but i discovered that the size of elment into the carousel are calculate with outerWidth jquery function that returns zero with hide elments. So onlty first tab all work fine.

how can we fix outerWith problems?

kampiamodikuesto commented 7 years ago

i fix this editing the script with this fix: i have replace $(obj).outerWidth() width $(obj).parents('FIRST_PARENT_ELEMENT_WIDTH_NOT_ZERO').outerWidth()