Open Miaamen opened 1 month ago
How to drag and drop a video progress bar without showing the Play button?
You can do this use simple css. like example code button.plyr__controls__item.plyr__control { display: none !important; }
button.plyr__controls__item.plyr__control { display: none !important; }
How to drag and drop a video progress bar without showing the Play button?