mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -06:00
830797a9c3
Previously we would always take the first image in a post to use as the thumbnail. On media-heavy sites, users may want to manually select a specific image as the topic thumbnail. This commit allows this to be done via a `|thumbnail` attribute in markdown. For example, in this case, bbb would be chosen as the thumbnail: ``` ![alttext|100x100](upload://aaa) ![alttext|100x100|thumbnail](upload://bbb) ``` |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |