Hello, dear netviator.
Thank you very much for your question.
Please can you tell me what type of gallery you are using and what version of the gallery video you have?
Customer satisfaction is our priority and we do our best to make your experience even better.
Thank You very much. 🙂
Yes: the type of gallery is TS Video Gallery, and the version is 2.3.1, and is it visible here: https://acquademia01.torinointernet.it/index.php/canta-con-noi/ When I click on some picture the light-box is it little. There is some way to enlarge it?
Thank’s for your care
Bye
Hello, dear netviator.
Thank you for contacting us and reporting your problem.
Edit our gallery public\popup partial\svg-lb-video-gallery popup.php Change code in line 697 AND 700.
correct Sizes‘container Width’ to your desired size in quotes (example “700”)
697 line – projectedLeft = Math.floor( $(window).width() – correctSizes[‘containerWidth’] ) / 2;
700 line – ‘left’: projectedLeft , ‘width’: correctSizes[‘containerWidth’]
We are always happy to hear from you and solve all problems. We will develop the plugin with you. For us, the most important thing is that the plugin should be used by the developers themselves.
Have a good day!
Sure I’ve not understand This are the lines now: line 679 projectedLeft = Math.floor( $(window).width(“1000”) – correctSizes[‘1000’] ) / 2; line 700 ‘left’: projectedLeft , ‘width'(“1000”): correctSizes[‘containerWidth’]
For be sure I’ve copied the original row but don’t change nothing.
Where are my mistakes? (sorry for my not good english)
Thank you for your care
Please CHANGE correctSizes[‘containerWidth’] TO “1000” ,it’s will solve your problem
697 line – projectedLeft = Math.floor( $(window).width() – “1000” ) / 2; 700 line – ‘left’: projectedLeft , ‘width’: “1000” (edited)
I’ve done what you wrote but don’t run.
Thank you for your care. May be it is a conflict I don’t know.
I’ll relpace the original lines and will conserve in original size. Thank you for all.
If you do everything correctly, it will work.
Yes I’ve replaced the two line with copy/paste but the size is every the same
the path is: /subdomains/acquademia01/httpdocs/wp-content/plugins/gallery-videos/public/popup_partials/tsvg-lb-video-gallery_popup.php how you can see here: don’t run. I don’t know what I’ve mistake…