diff --git a/components/ListPageDisplays/__snapshots__/ListPageCards.stories.storyshot b/components/ListPageDisplays/__snapshots__/ListPageCards.stories.storyshot index 514413c1..00579990 100644 --- a/components/ListPageDisplays/__snapshots__/ListPageCards.stories.storyshot +++ b/components/ListPageDisplays/__snapshots__/ListPageCards.stories.storyshot @@ -681,6 +681,7 @@ exports[`Storyshots ListPageDisplays/ListPageCards Article Cards 1`] = ` className="makeStyles-thumbnail makeStyles-attachment" loop={true} muted={true} + playsInline={true} src="https://drive.google.com/uc?id=1SQ9lc1-ghzw-SL6Dyb_UMN6hAPBAckvK&confirm=t" /> @@ -786,6 +787,7 @@ exports[`Storyshots ListPageDisplays/ListPageCards Article Cards 1`] = ` className="makeStyles-thumbnail makeStyles-attachment" loop={true} muted={true} + playsInline={true} src="https://drive.google.com/uc?id=1DczThMYTmGV3GvDCAU2EPnhsBwVcoFQi&confirm=t" /> diff --git a/components/Thumbnail.js b/components/Thumbnail.js index 8b734ca4..b8560e04 100644 --- a/components/Thumbnail.js +++ b/components/Thumbnail.js @@ -40,7 +40,7 @@ function Thumbnail({ article, className }) { className={thumbnailCls} src={article.thumbnailUrl} autoPlay - playsinline + playsInline loop muted />