Topic: iframe forces gallery to drop expand button

Whenever I put a gallery into an iframe I lose the expand button.  Is that by design?  Is there no way to expand outside of the iframe then go back?

I would greatly appreciate any help!

Re: iframe forces gallery to drop expand button

Whenever I put a gallery into an iframe I lose the expand button.  Is that by design?

This is a known side-effect of embedding a Juicebox gallery into an iframe. Please see the Using an iframe section of the Embedding Guide.
If possible, embed your Juicebox gallery using the baseUrl method and your gallery will not lose any functionality.

Re: iframe forces gallery to drop expand button

Well nuts.  I ditched the hide/unhide method because IE8+ wasn't compressing and expanding the DIVs properly. So if I hid gallery 1-3 and unhid gallery 4 then the user had to scroll passed a bunch of blank space to get to the last one.

I'll have to undo all that and just hide and unhide the actual DIVs....jquery or something.

Well, thanks for the response, I appreciate it!