mirror of
https://github.com/stashapp/stash.git
synced 2026-05-02 03:41:14 +02:00
Allow Autoplay when loading the site first time (#4131)
This commit is contained in:
parent
81f39bc2f4
commit
3aa3515b9c
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ export const ImageWallItem: React.FC<RenderImageProps> = (
|
|||
return (
|
||||
<ImagePreview
|
||||
loop={video}
|
||||
muted={video}
|
||||
autoPlay={video}
|
||||
key={props.photo.key}
|
||||
style={imgStyle}
|
||||
|
|
|
|||
Loading…
Reference in a new issue