From 6208b072b43cca8a57d7f033a578ecdc45873693 Mon Sep 17 00:00:00 2001 From: Wolfr Date: Thu, 1 Jun 2017 20:27:26 +0200 Subject: [PATCH] Provide responsive HTML5 video next to images --- Evergreen/Resources/styleSheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evergreen/Resources/styleSheet.css b/Evergreen/Resources/styleSheet.css index 0e07a7917..753fd4e31 100644 --- a/Evergreen/Resources/styleSheet.css +++ b/Evergreen/Resources/styleSheet.css @@ -46,7 +46,7 @@ code, pre { pre { white-space: pre-wrap; } -img { +img, video { max-width: 100%; }