From f543024ca67fb6e100ca253ab11c390e6fd5878d Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 1 Feb 2018 18:48:59 -0800 Subject: [PATCH] implement autoplay gifv --- routes/_components/NonAutoplayGifv.html | 44 +++++++++++++++++++++++++ routes/_components/status/Media.html | 20 +++++++++-- 2 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 routes/_components/NonAutoplayGifv.html diff --git a/routes/_components/NonAutoplayGifv.html b/routes/_components/NonAutoplayGifv.html new file mode 100644 index 00000000..549ca5d8 --- /dev/null +++ b/routes/_components/NonAutoplayGifv.html @@ -0,0 +1,44 @@ +
+ {{#if playing}} +
+ + \ No newline at end of file diff --git a/routes/_components/status/Media.html b/routes/_components/status/Media.html index 605f8c22..e60e852b 100644 --- a/routes/_components/status/Media.html +++ b/routes/_components/status/Media.html @@ -18,8 +18,8 @@ class="{{hasNoNativeWidthHeight(media) ? 'no-native-width-height' : ''}}" /> - {{elseif media.type === 'gifv'}} -