From eee74e26b7cd0098793c2439fc54960ff18e4587 Mon Sep 17 00:00:00 2001 From: vrde Date: Tue, 28 Jul 2015 17:34:15 +0200 Subject: [PATCH] Limit image size --- sass/ascribe_media_player.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sass/ascribe_media_player.scss b/sass/ascribe_media_player.scss index 4aeba0d2..250563f9 100644 --- a/sass/ascribe_media_player.scss +++ b/sass/ascribe_media_player.scss @@ -1,13 +1,12 @@ .ascribe-media-player { margin-bottom: 1em; - video { - width: 100%; - height: 100%; - } + video, img { - width: 100%; + width: auto; height: 100%; + display: block; + margin: 0 auto; } .media-other {