From a12a43a2b81e7a5c951205511bcded413a8314db Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Mon, 30 Apr 2012 02:43:07 -0700 Subject: [PATCH] Added `Could not extract a stage height from the CSS. Traced height: 0px.` to the FAQ. --- docs/references/faq.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/references/faq.rst b/docs/references/faq.rst index 51954ea6..294b5562 100644 --- a/docs/references/faq.rst +++ b/docs/references/faq.rst @@ -24,6 +24,8 @@ I get a "Fatal Error" when I run Galleria Galleria throws errors when something is not right. Some errors are considered critical for Galleria to run properly, and when they occur Galleria stops and throws a "Fatal Error". The most common error is that the path to the themes, images or scripts are wrong so please double check those and make sure you have the right permissions set. +If you get the message ``Could not extract a stage height from the CSS. Traced height: 0px.``, most likely the DOM element on which you want to run Galleria doesn't have a height set. Use a CSS rule to set a height for the element. + Another common issue is that the gallery is hidden when it tries to initialize, then it will fail to extract correct measurements. Make sure the gallery is visible or try the :doc:`/options/wait` option.