Skip to content

Commit

Permalink
Allow Autoplay when loading the site first time (stashapp#4131)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshnopa authored Sep 18, 2023
1 parent 81f39bc commit 3aa3515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/v2.5/src/components/Images/ImageWallItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const ImageWallItem: React.FC<RenderImageProps> = (
return (
<ImagePreview
loop={video}
muted={video}
autoPlay={video}
key={props.photo.key}
style={imgStyle}
Expand Down

0 comments on commit 3aa3515

Please sign in to comment.