Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/160511
Change subject: people.wm - use (smaller) image thumbnail ...................................................................... people.wm - use (smaller) image thumbnail use thumbnail instead of scaling down the larger image as pointed out by Hashar this loaded kind of slow the original code was a straight copy from MediaViewer's "use image" link though Change-Id: I385eed478899f99bea8744a18bb4dbb20e057116 --- M modules/cdh M modules/publichtml/templates/index.html.erb 2 files changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/11/160511/1 diff --git a/modules/cdh b/modules/cdh index 63dd3e9..80dd7cb 160000 --- a/modules/cdh +++ b/modules/cdh -Subproject commit 63dd3e95c82885dee15654dc4cb2db38d77997d8 +Subproject commit 80dd7cbdf860a6f6a9d1574406b65e04735c07b1 diff --git a/modules/publichtml/templates/index.html.erb b/modules/publichtml/templates/index.html.erb index 4f973bb..dd15eb9 100644 --- a/modules/publichtml/templates/index.html.erb +++ b/modules/publichtml/templates/index.html.erb @@ -18,5 +18,5 @@ This web server provides public html directories for some Wikimedia staff, contractors and volunteers. </p> -<p><a href="//commons.wikimedia.org/wiki/File:14-08-10-wikimania-gruppenfoto-01.jpg#mediaviewer/File:14-08-10-wikimania-gruppenfoto-01.jpg"><img alt="14-08-10-wikimania-gruppenfoto-01.jpg" src="//upload.wikimedia.org/wikipedia/commons/9/92/14-08-10-wikimania-gruppenfoto-01.jpg" height="438" width="640"></a><br>"<a href="//commons.wikimedia.org/wiki/File:14-08-10-wikimania-gruppenfoto-01.jpg#mediaviewer/File:14-08-10-wikimania-gruppenfoto-01.jpg">14-08-10-wikimania-gruppenfoto-01</a>" by © <a href="//commons.wikimedia.org/wiki/User:Ralf_Roletschek" title="User:Ralf Roletschek">Ralf Roletschek</a> - <a rel="nofollow" class="external text" href="http://www.roletschek.de">Fahrradtechnik und Fotografie</a> - <span class="int-own-work">Own work</span>. Licensed under <a title="Creative Commons Attribution-Share Alike 3.0-at" href="//creativecommons.org/licenses/by-sa/3.0/at/deed.en">CC-BY-SA-3.0-at</a> via <a href="//commons.wikimedia.org/wiki/">Wikimedia Commons</a>.</p> +<p><a href="//commons.wikimedia.org/wiki/File:14-08-10-wikimania-gruppenfoto-01.jpg#mediaviewer/File:14-08-10-wikimania-gruppenfoto-01.jpg"><img alt="14-08-10-wikimania-gruppenfoto-01.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/92/14-08-10-wikimania-gruppenfoto-01.jpg/640px-14-08-10-wikimania-gruppenfoto-01.jpg" height="438" width="640"></a><br>"<a href="//commons.wikimedia.org/wiki/File:14-08-10-wikimania-gruppenfoto-01.jpg#mediaviewer/File:14-08-10-wikimania-gruppenfoto-01.jpg">14-08-10-wikimania-gruppenfoto-01</a>" by © <a href="//commons.wikimedia.org/wiki/User:Ralf_Roletschek" title="User:Ralf Roletschek">Ralf Roletschek</a> - <a rel="nofollow" class="external text" href="http://www.roletschek.de">Fahrradtechnik und Fotografie</a> - <span class="int-own-work">Own work</span>. Licensed under <a title="Creative Commons Attribution-Share Alike 3.0-at" href="//creativecommons.org/licenses/by-sa/3.0/at/deed.en">CC-BY-SA-3.0-at</a> via <a href="//commons.wikimedia.org/wiki/">Wikimedia Commons</a>.</p> </html> -- To view, visit https://gerrit.wikimedia.org/r/160511 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I385eed478899f99bea8744a18bb4dbb20e057116 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
