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
This commit is contained in:
jdlrobson 2018-05-01 12:10:08 -07:00 committed by Jdlrobson
parent 28a5c3bc35
commit a8ed9380ea
1 changed files with 1 additions and 1 deletions

View File

@ -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 {