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.
i fix this editing the script with this fix: i have replace
$(obj).outerWidth()
width
$(obj).parents('FIRST_PARENT_ELEMENT_WIDTH_NOT_ZERO').outerWidth()
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?