From 0aca163c65d493a7fb7b26b468dd7c0e948ebf27 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Thu, 8 Jun 2017 14:13:10 +0200 Subject: [PATCH] Done #1457 @0:15 --- style/fluidbook.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index cd004b94..a0a637df 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -726,6 +726,12 @@ footer.hidden, header.hidden, #interface.hidden { &.notinteractive { pointer-events: none; } + + // Force images to take space provided (see: https://team.cubedesigners.com/redmine/issues/1457) + > img { + width: 100%; + height: 100%; + } } .link.contentLink { -- 2.39.5