Disable download button for Google Chrome?

or you can simply add nodownload in controlsList

<video width="512" height="380" controls controlsList="nodownload">
    <source data-src="https://stackoverflow.com/questions/39602852/mov_bbb.ogg" type="video/mp4">
</video>

Leave a Comment