mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-15 11:45:23 +00:00
Adapt the <gallery> parser test for $wgResponsiveImages
$wgResponsiveImages was added and enabled by default in 966cda. Makes the wiki to use thumb urls in some cases (up to 2x) where we showed the original before. Change-Id: I7b399c7d8ef9e47f8cd5c999738ec349e1585777
This commit is contained in:
parent
e6c76b5d23
commit
d91d8a8f63
|
@ -124,7 +124,7 @@ Templating<ref>Text<!--comment--></ref>
|
|||
</p>
|
||||
<ul class="gallery">
|
||||
<li class="gallerybox" style="width: 155px"><div style="width: 155px">
|
||||
<div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="120" height="14" /></a></div></div>
|
||||
<div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" /></a></div></div>
|
||||
<div class="gallerytext">
|
||||
</div>
|
||||
</div></li>
|
||||
|
|
Loading…
Reference in a new issue