mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-07 17:36:22 +08:00
Wikimedia provides a thumbnail url for its images, so we should use that for oneboxes instead of the full-size image. Because the size of the onebox image we display is quite small anyways the thumbnail wikimedia provides should suffice and will save bandwidth. See: https://meta.discourse.org/t/264039
3 lines
138 B
Text
3 lines
138 B
Text
{{#image}}<img src="{{thumbnail}}" class="thumbnail">{{/image}}
|
|
|
|
<h3><a href="{{link}}" target="_blank" rel="noopener">{{title}}</a></h3>
|