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
Responsive slide show
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
-
-
- Posts: 6
- Joined: Tue May 17, 2016 2:38 pm
Responsive slide show
Last edited by megabuik on Tue Oct 19, 2021 9:07 am, edited 1 time in total.
- Pablo
- Posts: 23618
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Responsive slide show
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
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>
-
-
- Posts: 6
- Joined: Tue May 17, 2016 2:38 pm
Re: Responsive slide show
The code you gave, is perfect.
Thanks for your support.
Thanks for your support.