From da668c5330f2dc068725c2789e2a97986a1b8ba3 Mon Sep 17 00:00:00 2001 From: Sorin Davidoi Date: Fri, 23 Aug 2019 16:13:25 +0200 Subject: [PATCH] fix(components/media): Handle autoplay with blurhash (#1425) Closes https://github.com/nolanlawson/pinafore/issues/1424. --- src/routes/_components/status/Media.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/_components/status/Media.html b/src/routes/_components/status/Media.html index 9f6e8575..42fb39a6 100644 --- a/src/routes/_components/status/Media.html +++ b/src/routes/_components/status/Media.html @@ -27,7 +27,7 @@ title={description} on:mouseover="set({mouseover: event})" style="width: {inlineWidth}px; height: {inlineHeight}px;"> - {#if type === 'gifv' && $autoplayGifs} + {#if type === 'gifv' && $autoplayGifs && !blurhash}