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

    (@totalsoft)

    Hello, dear azadbakhsh.

    Thank you for contacting us and reporting your problem.

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

    .boxer-video-wrapper .tsvg_mp4_player{
    width:100%;
    height:100%;
    }

    Plugin Author totalsoft

    (@totalsoft)

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

    data.$video = '<video controls="" '+ autoplay_bool +' name="media" width="100%"><source src="'+ source +'" type="video/mp4"></video>';

    Please edit the code and write like this.

    data.$video = '<video class="tsvg_mp4_player" controls="" '+ autoplay_bool +' name="media" width="100%"><source src="'+ source +'" type="video/mp4"></video>';

    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!

    Thread Starter azadbakhsh

    (@azadbakhsh)

    Thank you. How can I remove Video Number ? Now Showing “1 of 2” or “2 of 2”. I don’t want show it.

    Plugin Author totalsoft

    (@totalsoft)

    This feature will be added in the new version.

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

    Enjoy the plugin, but in the meantime, feel free to open a new thread if you have more questions.

    Thank You very much. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Video is not full !!!’ is closed to new replies.