Page 1 of 1

Slide Show leaking image?

Posted: Mon Jan 13, 2020 12:07 pm
by MorningLight
Hi Pablo!

The SlideShow control, set as "LightBox Gallery - FancyBox" or "Lightbox Gallery - MagnificationPopup" is leaking all images in page?

Try this:

1- Create a default 2-columns LayoutGrid

2- At the leftmost column, put a Slide Show control set as above (LightBox).

3- Put some images there. In design mode, we see ONLY the first image, set with the width we set in control (or image).

4- When I preview, all images appear below of each other, I mean, I see all 4 images, one below the previous one and not in a "gallery" mode - even set a pagination mode.

Is it normal?
How can I have a "gallery" or even a "slide show" with ZOOM at click?

Thanks Pablo!

Re: Slide Show leaking image?

Posted: Mon Jan 13, 2020 12:14 pm
by Pablo
I was not able to reproduce this behavior, for me it works as expected.
Maybe you have a conflict with another script on the page?
Or maybe you have used invalid filenames?

What is the URL of the page?

Re: Slide Show leaking image?

Posted: Mon Jan 13, 2020 12:44 pm
by MorningLight
I will send to you, just a minute...

Re: Slide Show leaking image?

Posted: Mon Jan 13, 2020 12:50 pm
by MorningLight

Re: Slide Show leaking image?

Posted: Mon Jan 13, 2020 2:13 pm
by Pablo
Please go to Tools->HTML->HTML and disable 'Optimize inline styles'.
When this option is enabled all inline styles will be moved to the top of the page. However, in this case this confuses the (third party) light box script because it expects an inline style to hide the images.

Re: Slide Show leaking image?

Posted: Mon Jan 13, 2020 2:42 pm
by MorningLight
Thanks Pablo BUT I have other pages using "inline styles" since they share CARDS with images, in layoutgrids.

Global disabling it couldn't affect the other pages?

Re: Slide Show leaking image?

Posted: Mon Jan 13, 2020 3:01 pm
by Pablo
The option will affect all pages. However, in this case the option must be disabled otherwise the script will not work.

Re: Slide Show leaking image?

Posted: Mon Jan 13, 2020 3:31 pm
by MorningLight
I got it.

Thank you Pablo.