1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-19 18:26:46 +01:00

feat(web): loop video thumbnails (#8662)

This commit is contained in:
Lukas 2024-04-10 04:46:26 +02:00 committed by GitHub
parent 321868963d
commit 1d427d0581
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,6 +71,7 @@
class:rounded-xl={curve} class:rounded-xl={curve}
muted muted
autoplay autoplay
loop
src={url} src={url}
on:play={() => { on:play={() => {
loading = false; loading = false;