From 9a6cfcfd883ca33148b3d9a3d63f8d158f619083 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Mon, 2 May 2016 14:17:55 +0200 Subject: [PATCH] small fix to embed iframes on mobile --- view/theme/vier/mobile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/vier/mobile.css b/view/theme/vier/mobile.css index a1ed516eb7..d90f391688 100644 --- a/view/theme/vier/mobile.css +++ b/view/theme/vier/mobile.css @@ -103,6 +103,10 @@ nav ul { .children .wall-item-container .wall-item-item .wall-item-content img { max-width: 100%; } + iframe.embed_rich { width: 100% !important } + /* TODO: check if this is needed. + * oembedded iframe usually have "width" and "height" as attributes + * that override this rule */ iframe { max-width: 100%; }