mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
[ui] add playsInline to every image/video elem (#6259)
(cherry picked from commit 5e34df7b7b)
This commit is contained in:
committed by
WithoutPants
parent
cbb1c04fd5
commit
0fc55d15fa
@@ -169,6 +169,7 @@ export const ImageCard: React.FC<IImageCardProps> = (
|
||||
<ImagePreview
|
||||
loop={video}
|
||||
autoPlay={video}
|
||||
playsInline={video}
|
||||
className="image-card-preview-image"
|
||||
alt={props.image.title ?? ""}
|
||||
src={source}
|
||||
|
||||
Reference in New Issue
Block a user