mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
[backport core/1.37] perf: remove autoplay from assets cards (#8326)
Backport of #8325 to `core/1.37` Automatically created by backport workflow. Co-authored-by: Christian Byrne <cbyrne@comfy.org>
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
<video
|
<video
|
||||||
:controls="shouldShowControls"
|
:controls="shouldShowControls"
|
||||||
preload="metadata"
|
preload="metadata"
|
||||||
autoplay
|
|
||||||
muted
|
muted
|
||||||
loop
|
loop
|
||||||
playsinline
|
playsinline
|
||||||
|
|||||||
Reference in New Issue
Block a user