Topic: Expanded view problem with 1.4.1 in wordpress plugin

When using Juicebox 1.4.1 in Wordpress plugin, when view is expanded, the web page shows through the gallery in all web browsers I tried, both desktop and Android. In other words, when you view the gallery, you see the web page bleeding through the image.

This does not happen with Juicebox 1.4.0... no change in any settings.

Re: Expanded view problem with 1.4.1 in wordpress plugin

Try one of the two following suggestions:

(1) Use an opaque (rather than transparent) expandedBackgroundColor. For example, try setting expandedBackgroundColor="rgba(255,255,255,1)" (make sure that the 'Opacity' value is set to '1') in the Pro Options text area. This should ensure that no elements from your web page are visible when the gallery is expanded.
... or:
(2) Set expandInNewPage="TRUE" in the Pro Options text area. When the gallery is expanded, it will be displayed on a page of its own rather than on top of the embedding page.

Hopefully one (or both) of these suggestions will be a suitable solution to your problem.