Hi, I'm currently building a site in version 18 and struggling with one function I'd like to use. Basically I will have between 10 and 20 images on a single page, I want each one of these to link to a slideshow which will appear in a lightbox, either using a conveyor belt or Ken Burns style box. I have got this working okay by putting each slideshow on a sep page, creating the link with "open in a lightbox" and it works well, however the lightbox is quite small and I cannot seem to increase the size. I have read about using fancybox and altering the settings and tried this but nothing changed - the page property is set as fancybox. Anyone know if I can change the lightbox size, or have a suggestion for an alternative method of displaying the slideshows?
Cheers
Lightbox sizing
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Lightbox sizing
There are many different (third party) lightboxes, so maybe you can find one that suits your needs?
https://wysiwygwebbuilder.com/lightboxes.html
https://wysiwygwebbuilder.com/lightboxes.html
Re: Lightbox sizing
Thanks Pablo I think that I'll probably have to. What I'd created was exactly what I was after, just needed the lightbox about 20% larger!
Re: Lightbox sizing
There is a settings tab next to where you select open in lightbox and select fancybox then in the settings tab insert:
where the numbers relate to your sizing.
If that won't override default try the important option i.e.:
Code: Select all
width : 1287,
height : 720
If that won't override default try the important option i.e.:
Code: Select all
width : 1287 !important,
height : 720 !important