Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
Unable to hide the default Dailymotion UI because control=false is not included in Dailymotion embed URL. The default Dailymotion UI will briefly shown when pausing the video.
<!-- player setup -->
<vm-player class="embed-responsive-item" autoplay controls="false">
Bug Report
Vime version:
Latest 5.0.33 via jsdelivr
Provider:
Dailymotion
Current behavior:
Unable to hide the default Dailymotion UI because
control=false
is not included in Dailymotion embed URL. The default Dailymotion UI will briefly shown when pausing the video.Related code:
Probably because
controls
is not included duringbuildParams()
? https://github.com/vime-js/vime/blob/1e8f386a46df47e7bcef408ceb5e116ca9a513e8/packages/core/src/components/providers/dailymotion/dailymotion.tsx#L212