You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Could not extract a stage height from the CSS. Traced height: 0px.
When using Chrome 74. Reverting to Chrome 73 (or 66), and it's fine. Latest version of Edge and Opera also show it fine.
Tried the various fixes listed for setting a manual height, but the same thing happens. Tried using the latest Galleria and jQuery files, same thing happens. Checked all the images (even tried removing all bar one), and that isn't the issue.
The text was updated successfully, but these errors were encountered:
Adding this to the Head, fix it for me. <style type="text/css"> body, html { margin:0; padding: 0 } .galleria{ width: 100vw; height: 100vh; margin:0 } </style>
Getting the message:
Fatal error: Could not extract a stage height from the CSS. Traced height: 0px.
When using Chrome 74. Reverting to Chrome 73 (or 66), and it's fine. Latest version of Edge and Opera also show it fine.
Tried the various fixes listed for setting a manual height, but the same thing happens. Tried using the latest Galleria and jQuery files, same thing happens. Checked all the images (even tried removing all bar one), and that isn't the issue.
The text was updated successfully, but these errors were encountered: