Responsive slide show

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
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
Post Reply
megabuik
 
 
Posts: 6
Joined: Tue May 17, 2016 2:38 pm

Responsive slide show

Post 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
Last edited by megabuik on Tue Oct 19, 2021 9:07 am, edited 1 time in total.
User avatar
Pablo
 
Posts: 21574
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Responsive slide show

Post 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>
megabuik
 
 
Posts: 6
Joined: Tue May 17, 2016 2:38 pm

Re: Responsive slide show

Post by megabuik »

The code you gave, is perfect.

Thanks for your support.
Post Reply