Restrict lazy thumbnail placeholder width

Follow up to Ibbba75fcb978b3b049f4cb100f39146d39ebf6af
Bug: T191893

Change-Id: I62a11322ea236498cec464735e741aea173b4c63
This commit is contained in:
jdlrobson 2018-04-24 15:34:24 -07:00
parent ea258c8e37
commit b7e1ef4468
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
// Note we restrict to img's to avoid conflicts with VisualEditor shields
// See bug T64460
a > img,
a > .lazy-image-placeholder,
// due to lazy loading images we also must consider imgs inside noscript tags (T191893)
noscript > img,
{