pl-fe: fix disabling gif autoplay

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-06-02 12:32:07 +02:00
parent b13b55e244
commit 86016730e6
4 changed files with 19 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ const Emoji: React.FC<IEmoji> = (props): JSX.Element | null => {
<StillImage
alt={alt || emoji}
src={src}
isGif={!src.endsWith('.png')}
isGif
noGroup={noGroup}
letterboxed
{...rest}