Search code examples
jqueryuser-interfacetabsgalleria

Galleria in jQuery UI Tabs?


everything is working okay, but i get this error in the galleria :

 Fatal error: Could not extract a stage height from the CSS. Traced height: 0px.

I already set the correct width and height but i still have this message.

How i can resolve that ? Thanks !


Solution

  • Try adding:

    Galleria.configure({ wait: true });