diff --git a/routes/_components/NonAutoplayGifv.html b/routes/_components/NonAutoplayGifv.html
new file mode 100644
index 0000000..549ca5d
--- /dev/null
+++ b/routes/_components/NonAutoplayGifv.html
@@ -0,0 +1,44 @@
+
+ {{#if playing}}
+
+ {{else}}
+
+ {{/if}}
+
+
+
\ No newline at end of file
diff --git a/routes/_components/status/Media.html b/routes/_components/status/Media.html
index 605f8c2..e60e852 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'}}
-
+ />
+ {{elseif media.type === 'gifv' && !$autoplayGifs}}
+
{{else}}
\ No newline at end of file