On some installations there might occur an error when trying to render a galleria:

Fatal error: Stage measures not found (see the attached image).

I wasn't able to track down the bug yet but there is a simple workaround.
Just add following two lines of css to the .galleria-stage class definition in your sites/all/libraries/galleria/themes/classic/galleria.classic.css file:

width: 100%;
height: 100%;

If it doesn't work that way try adding

width: 600;
height: 350;

instead.

further information on the topic can be found at:

http://getsatisfaction.com/galleria/topics/stage_measures_not_found_error
http://www.hotcodings.com/galleria-fatal-error-stage-measures-not-found-...

CommentFileSizeAuthor
galleria_stage_measures_fatal_error.jpg9.11 KBs_leu
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

miro_dietiker’s picture

Subscribing, pushing to the galleria library maintainer.

EDIT: Forwarded reference to this issue to David Hellsing
https://github.com/davidhellsing

Seems to me like galleria is not fully standards compliant.

miro_dietiker’s picture

Status: Active » Fixed

This has been fixed with the extended merge from
#1185248: Better options page and per-page options

Add measures OR remove them from the latest galleria options set - the best solution is dependent on your current custom CSS.

Galleria itself can also fix a bunch of issues regarding that to improve long term browser compatibiliy. However this cannot be part of our integration side.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.