• Resolved azadbakhsh

    (@azadbakhsh)


    Hello, The Video Popup is very small in big size monitors. How can I show the video’s popup bigger !

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear azadbakhsh.

    Thank you for the topic

    Please, can you show me how the popup works? Can you take a screenshot?

    Customer satisfaction is our priority and we do our best to make your experience even better.

    Thank You very much. ??

    Thread Starter azadbakhsh

    (@azadbakhsh)

    https://s6.uupload.ir/files/screenshot_2023-12-18_200533_r8gi.png

    Video size is good on small monitors but very small on large monitors
    ?

    Plugin Author totalsoft

    (@totalsoft)

    Hello, dear azadbakhsh.

    Thank you for contacting us and reporting your problem.

    Edit our gallery public\js\jquery.fs.boxer.js Find code in line 35.

    videoWidth: 700

    Please edit the code and write like this.

    videoWidth: displayResolution >= 3840 ? 2800 : displayResolution >= 2048 ? 1800 : displayResolution >= 1920 ? 1400 : 700

    Plugin Author totalsoft

    (@totalsoft)

    Edit our gallery file public\theme_partials\tsvg-thumbnails-video-gallery.php. Add code in line 12.

    displayResolution = $(window).width(),

    Everything needs to be changed. After that save the gallery file.

    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I increase the Video Popup Size !!’ is closed to new replies.