From cdbd3944d95fb70c8c54cbf4a59d552af9d67755 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Wed, 5 Oct 2022 22:11:43 -0400 Subject: [PATCH] Enable controls and fix scaling for gifv (closes #62) --- static/css/embed.css | 4 ++++ views/embed.hbs | 2 +- views/gifv.hbs | 12 ++++++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/static/css/embed.css b/static/css/embed.css index 2fb8652..9bdc9ef 100644 --- a/static/css/embed.css +++ b/static/css/embed.css @@ -23,6 +23,10 @@ body { height: 100%; } +.media--gifv { + width: 100%; +} + .logoContainer { display: flex; align-items: center; diff --git a/views/embed.hbs b/views/embed.hbs index 5097639..374a1cd 100644 --- a/views/embed.hbs +++ b/views/embed.hbs @@ -21,7 +21,7 @@ {{/equal}} {{/each}} - +
diff --git a/views/gifv.hbs b/views/gifv.hbs index 7c7deb9..60b965c 100644 --- a/views/gifv.hbs +++ b/views/gifv.hbs @@ -8,10 +8,14 @@ - +
+
+ +
+