• Resolved arosocha

    (@arosocha)


    I created a video-gallery and love the style, but would like to disable the download button in the player-window.

    Is there any way to disable that?

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

    (@totalsoft)

    Hello, dear arosocha.

    Thank you for contacting us and reporting your problem.

    Edit our gallery file tsvg-px-video-gallery_popup.php. Find code in line 1169.

    iframe = ‘<video></video>’

    Please edit the code and write like this.

    Plugin Author totalsoft

    (@totalsoft)

    iframe = '<video class="videos" style="width: 100.5% !important;height: 100.5% !important;position: absolute;top: 0;left: 0;background: #FFFFFF;" controls controlslist="nodownload" name="media"><source src="' + url + '" 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!
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Looking for settings or possibility to disable download-button’ is closed to new replies.