discourse/lib/onebox/templates/wikimedia.mustache
Blake Erickson 9e8010df8b
DEV: Use thumbnail url for wikimedia onebox image (#22620)
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
2023-07-14 12:20:18 -06:00

4 lines
138 B
Plaintext

{{#image}}<img src="{{thumbnail}}" class="thumbnail">{{/image}}
<h3><a href="{{link}}" target="_blank" rel="noopener">{{title}}</a></h3>