Skip to content

Commit

Permalink
Merge 95c88a0 into 0f88656
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Nov 10, 2022
2 parents 0f88656 + 95c88a0 commit 2c8a4b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</Thumbnail>
Expand Down Expand Up @@ -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"
/>
</Thumbnail>
Expand Down
1 change: 1 addition & 0 deletions components/Thumbnail.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function Thumbnail({ article, className }) {
className={thumbnailCls}
src={article.thumbnailUrl}
autoPlay
playsInline
loop
muted
/>
Expand Down

0 comments on commit 2c8a4b3

Please sign in to comment.