From: Stephen Cameron Date: Thu, 8 Jun 2017 12:13:10 +0000 (+0200) Subject: Done #1457 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0aca163c65d493a7fb7b26b468dd7c0e948ebf27;p=fluidbook-html5.git Done #1457 @0:15 --- 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 {