[ui] add playsInline to every image/video elem (#6259)

(cherry picked from commit 5e34df7b7b)
This commit is contained in:
feederbox826
2025-11-11 22:09:14 -05:00
committed by WithoutPants
parent cbb1c04fd5
commit 0fc55d15fa
6 changed files with 6 additions and 0 deletions

View File

@@ -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}