spacedrive icon indicating copy to clipboard operation
spacedrive copied to clipboard

[ENG-945] Quick Preview should include a loop button for videos.

Open utkubakir opened this issue 1 year ago • 2 comments

From SyncLinear.com | ENG-945

utkubakir avatar Aug 04 '23 11:08 utkubakir

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

Raghav-45 avatar Aug 05 '23 10:08 Raghav-45

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

That sounds good, let's do it. Is video.js the best option out there?

utkubakir avatar Aug 06 '23 10:08 utkubakir