Search code examples
jquerycaroufredsel

Carofredsel and jQuery UI tabs elements hidden


I have set up caroufredsel inside of a jQuery tabs, but all of the elements inside the tabs are invisible. It seems that the caroufredsel wrapper height and width are both set to 0, and the overflow is set to hidden.

I can see that caroufredsel is creating the proper wrapper and including my content into it, but the content is invisible. Anyone had this issue before?


Solution

  • Anyone else facing such an issue, I was able to resolve the issue by using the jQuery('#carousel').trigger('updateSizes'); on tab click