Allow Autoplay when loading the site first time (#4131)

This commit is contained in:
yoshnopa 2023-09-19 01:32:59 +02:00 committed by GitHub
parent 81f39bc2f4
commit 3aa3515b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ export const ImageWallItem: React.FC<RenderImageProps> = (
return (
<ImagePreview
loop={video}
muted={video}
autoPlay={video}
key={props.photo.key}
style={imgStyle}