From a8ed9380ea266d13183282a0a69fd1cd29173759 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Tue, 1 May 2018 12:10:08 -0700 Subject: [PATCH] Do not restrict images to 320px at tablet resolution Instead max them to the threshold. Note restricting them is a problem on pages like en:Ulaanbaatar - in particular the panoramas inside the "Urga and the Kyakhta trade" section Change-Id: I28636c62d3545632d3b025b29d154136a81d8218 --- resources/skins.minerva.tablet.styles/common.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.minerva.tablet.styles/common.less b/resources/skins.minerva.tablet.styles/common.less index fbd587c..03f4530 100644 --- a/resources/skins.minerva.tablet.styles/common.less +++ b/resources/skins.minerva.tablet.styles/common.less @@ -64,7 +64,7 @@ A file for css that optimises the Minerva skin on larger devices. // .tright to be on the right in RTL languages. figure, .thumb { - width: 320px; + max-width: @width-breakpoint-tablet - @contentMargin; &.mw-halign-left, &.tleft {