sampotts / plyr

A simple HTML5, YouTube and Vimeo player
https://plyr.io
MIT License
26.57k stars 2.93k forks source link

How to drag and drop a video progress bar without showing the Play button? #2815

Open Miaamen opened 1 month ago

Miaamen commented 1 month ago

How to drag and drop a video progress bar without showing the Play button?

shahadul878 commented 1 month ago

You can do this use simple css. like example code button.plyr__controls__item.plyr__control { display: none !important; }