Skip to content

Commit

Permalink
Fixed the uploader thumbnails.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedegaard committed May 9, 2019
1 parent 7a0aeaf commit 5ee3d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube/templates/youtube/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3>
</div>
<div class="uploader nowrap text-left">
<a href="{% url 'channel' author=video.uploader.author %}" title="{{ video.uploader.title|default:video.uploader.author }}">
<img src="{{ video.uploader.thumbnail }}" width="88" height="88" alt="{{ video.uploader.title|default:video.uploader.author }}" />
<img src="{{ video.uploader.thumbnail }}" width="16" height="16" alt="{{ video.uploader.title|default:video.uploader.author }}" />
<small> {{ video.uploader.title|default:video.uploader.author }}</small>
</a>
</div>
Expand Down

0 comments on commit 5ee3d28

Please sign in to comment.