to help others. is working good 🙂 , remove loop when video play.
_files/js/custom.js
_c.config = {
video_attributes: ['controls', 'disablepictureinpicture', 'controlslist="nodownload"', 'autoplay'],
download_dir: {
javascript: true, // Use the Javascript downloads API to download zip files
current_dir_only: true, // Only assign download dir button to current directory
use_filter: true, // If there is a search filter, only filtered files will be downloaded
recursive: true, // attempt to fetch files recursively via PHP / does not work with zip via server/PHP
max_filesize: 9000000000, // block download when filesize exceeds this value / default ~ 9000 MB ~ 9GB
prompt_filesize: 100000000, // display download prompt when filesize exceeds this value / default ~ 100 MB
},
}