mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-25 00:25:47 +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 | ||
mmv.bootstrap | ||
mmv.bootstrap.autostart | ||
mmv.head | ||
mmv.ui.download.pane | ||
mmv.ui.ondemandshareddependencies | ||
mmv.ui.reuse.shareembed | ||
mmv.ui.tipsyDialog |