mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
26fbcd6095
What MultiMediaViewer does is re-using the small thumbnail <img> that is already present on the page, cloning it, blowing the size up, and using it as a "placeholder thumbnail". The moment the bigger image finished loading, it replaces the placeholder. The issue here is that the cloning includes class names like the <img class="thumbimage"> on every [[File:…|thumb]] image. This shows a gray border. The cloned DOM node in MultiMediaViewer shows this gray border around the placeholder for a short time. This can be distracting. Change-Id: Ie83427fab478b6568731b9a0b1f7dbbcc6d5b0fb |
||
---|---|---|
.. | ||
mmv | ||
.eslintrc.json |