Hello Dear coolnames.
Thank you for contacting us.
Please, can You tell us, when the video opens in the lightbox, what size do you want there to see ?
Our team will try to help You.
Thank You.
Hi!
To start with, it’s definitely missing the option to go full screen straight away, that would be quite nice. Especially on mobile. Any chance of implementing that?
If not… Instead of having the lightbox video viewer size customized in pixels (currently at max – 1000px), would it be possible to have it in percantages of screen width? On 2K and 4K monitors the 1000px is not quite big enough.
hope this makes sense, let me know what you think.
Dear coolnames.
Of course, You can change the size of the lightbox video.
You can change the size of the video from the “General Option”.
There you will see “Popup Option” in the menu.
Here you can choose your preferred lightbox video size.
Dimensions can be changed via Video Width and Video Height.
Do you want that is shows more than 1000 pixels?
Thank You.
Hi, yes indeed – 1000px is quite limiting for 4k monitors. Any chance this can be changed to 3000 pixels maximum or similar?
Like i said doing it in percentages would make a lot more sense..
I’ll wait for your answer.
thanks
Dear coolnames.
Open Your plugin’s folder, find there “Includes” folder, then open it, find there “Settings.php” file and in this file find this line: 3568 where You will see the code for width :
<input type="range" class="TotalSoft_VG_Range TotalSoft_VG_Rangepx" name="TotalSoft_GV_FG_33" id="TotalSoft_GV_FG_33" min="300" max="1000" value="<?php echo $TotalSoftGalleryVOption6_1[0]->TotalSoft_GV_1_33;?>">
Change the “max” value form 1000 to 3000.
-
This reply was modified 7 years, 7 months ago by
totalsoft.
Then find this line: 3575 where You will see the code for height:
<input type="range" class="TotalSoft_VG_Range TotalSoft_VG_Rangepx" name="TotalSoft_GV_FG_34" id="TotalSoft_GV_FG_34" min="200" max="800" value="<?php echo $TotalSoftGalleryVOption6_1[0]->TotalSoft_GV_1_34;?>">
And change the “max” value to 3000.
Thank You.
-
This reply was modified 7 years, 7 months ago by
totalsoft.
ok thanks, that ought to work for now, I’ll try it.
all the best
Dear coolnames.
We want to know, can you managed to make it work the way as You want?
Thank You.