spacedrive
spacedrive copied to clipboard
[ENG-945] Quick Preview should include a loop button for videos.
From SyncLinear.com | ENG-945
Hi @utkubakir,
After thoroughly investigating the matter, I'd like to share an honest update. that the loop button isn't directly available in the standard HTML <video>
attribute. To achieve the desired functionality, we'll need to use video.js
We can also implement our own video Component for this in which we will have all of the accessibility, customizations, etc.
Best regards, Aditya
Hi @utkubakir,
After thoroughly investigating the matter, I'd like to share an honest update. that the loop button isn't directly available in the standard HTML
<video>
attribute. To achieve the desired functionality, we'll need to use video.jsWe can also implement our own video Component for this in which we will have all of the accessibility, customizations, etc.
Best regards, Aditya
That sounds good, let's do it. Is video.js the best option out there?