diff --git a/src/routes/_components/status/Media.html b/src/routes/_components/status/Media.html index e0d70ce6..4be5e6ac 100644 --- a/src/routes/_components/status/Media.html +++ b/src/routes/_components/status/Media.html @@ -43,7 +43,7 @@ title={description} on:mouseover="set({mouseover: event})" style="width: {inlineWidth}px; height: {inlineHeight}px;"> - {#if type === 'gifv' && $autoplayGifs} + {#if type === 'gifv' && $autoplayGifs && !blurhash} - {:elseif type === 'gifv' && !$autoplayGifs} + {:elseif type === 'gifv'}