From eb40d954a92a860e2bb9732dd8eff8844fc29d86 Mon Sep 17 00:00:00 2001 From: MrOrz Date: Fri, 11 Nov 2022 01:52:29 +0800 Subject: [PATCH] [Thumbnail] adds playsinline to prevent iOS from full-screening the video --- components/Thumbnail.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Thumbnail.js b/components/Thumbnail.js index 45a8b9a0..8b734ca4 100644 --- a/components/Thumbnail.js +++ b/components/Thumbnail.js @@ -40,6 +40,7 @@ function Thumbnail({ article, className }) { className={thumbnailCls} src={article.thumbnailUrl} autoPlay + playsinline loop muted />