Topic: Drupal 7 Site using Juicebox Pro

I have installed the Juicebox Pro module for two websites and it works great. However, the third one (I purchased a 5-site pack) is not showing the main image properly. I have reloaded everything and adjusted settings, but the main image for the slideshow is the size of an icon.

http://lighthouse.myvirtualadvantage.com/virtualtour

Any help appreciated.

Re: Drupal 7 Site using Juicebox Pro

It looks like the problem is with the height of the gallery rather than with the size of the images themselves.
Your gallery currently has a height of 70%. This means that your gallery's actual height will 70% of the height of its parent container.
When using a percentage value for a gallery's height, it is necessary to explicitly give the gallery's parent container a height so that Juicebox can calculate the gallery's actual height. Juicebox needs to know what the gallery's actual height should be 70% of.

Try one of the following:
(1) Make sure that the gallery's parent container has a height specified via CSS and increase its value if necessary.
This may be difficult to do in a CMS environment such as Drupal where containers are created by the theme.
... or:
(2) Set your gallery's height to be a fixed pixel value rather than a percentage (such as '600px').

Please also see this note for Using Percentage Heights.