What determines the size of my lightbox ?
I have an image of 2000 pix long side ... but may show in lightbox as half that size or less.
Lightbox size
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 size
There are many different lightbox scripts, each one has it's own options and behavior.
See also this related tutorial:
https://www.wysiwygwebbuilder.com/lightboxes.html
See also this related tutorial:
https://www.wysiwygwebbuilder.com/lightboxes.html
Re: Lightbox size
Thanks for reply but reading that page and looking at examplesPablo wrote: ↑Sun Mar 09, 2025 8:41 pm There are many different lightbox scripts, each one has it's own options and behavior.
See also this related tutorial:
https://www.wysiwygwebbuilder.com/lightboxes.html
gives me no clue as to why my 2000 pix long side image is showing as less than 1000
Re: Lightbox size
Without knowing which (third party) lightbox you are using and what you the settings are, it will be difficult to answer your question.
Each lightbox has different behavior.
Each lightbox has different behavior.
Re: Lightbox size
It would be helpful if A: you can tell us which lightbox you are referring to and B: provide at least a link to your page so we can see it.
You will get a lot more help if you provide DETAILS. Your question is very general.
You will get a lot more help if you provide DETAILS. Your question is very general.
Re: Lightbox size
I have tried fancy box and magnificpopup
do not see anywhere to adjust size setting
do not see anywhere to adjust size setting
Re: Lightbox size
Did you read the information in the link I gave you?
- BaconFries
-
- Posts: 5867
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Lightbox size
This applies to Fancybox only
Lightbox-->Fancybox-->Settings Add the size you wish
Example:
Also see the following:
http://fancybox.net/api
Lightbox-->Fancybox-->Settings Add the size you wish
Example:
Code: Select all
width : 500,
height : 500
http://fancybox.net/api
Re: Lightbox size
This will work well ... thank you !BaconFries wrote: ↑Mon Mar 10, 2025 11:05 am This applies to Fancybox only
Lightbox-->Fancybox-->Settings Add the size you wish
Example:Also see the following:Code: Select all
width : 500, height : 500
http://fancybox.net/api