Page 1 of 1

Responsive slide show

Posted: Mon Oct 18, 2021 5:19 pm
by megabuik
Helleu,

- I put a slide show in a page
- Then I'll add photos
- Select the slides show by: Type: fullscreen background and fullscreen to true
- Upload the page

The photos are fullscreen in the breakpoint: Default
but not in 768 and 320

What am I doing wrong?

https://royalgroep.nl you can see it.
You can download the project: https://royalgroep.nl/Naamloos1.rar

Thanks Vincent

Re: Responsive slide show

Posted: Mon Oct 18, 2021 5:51 pm
by Pablo
You are right, the fullscreen background slideshow currently does not support breakpoints.
I will investigate if this can be added in the one of the next updates.

In the meantime, you can add this code to Page HTML -> Between head tags

Code: Select all

<style>
#indexSlideShow1
{
   position: fixed !important;
   width: 100% !important;
   height: 100% !important;
   top: 0px  !important;
   left: 0px  !important;
}
</style>

Re: Responsive slide show

Posted: Tue Oct 19, 2021 9:07 am
by megabuik
The code you gave, is perfect.

Thanks for your support.