diff --git a/src/app/components/SquareItemCard.js b/src/app/components/SquareItemCard.js index 8e46379..53812a6 100644 --- a/src/app/components/SquareItemCard.js +++ b/src/app/components/SquareItemCard.js @@ -39,6 +39,11 @@ function SquareItemCard({ item, ...props }) { height={80} className={css` border-radius: ${theme.radii.md}; + + /* Don't let alt text flash in while loading */ + &:-moz-loading { + visibility: hidden; + } `} loading="lazy" />