Cache images instead of serve from Twitch
This commit is contained in:
parent
d434eac74a
commit
b97118cffd
16 changed files with 340 additions and 30 deletions
|
|
@ -46,7 +46,7 @@ Hover over the end time to see the exact date and time.
|
|||
flex-shrink: 0">
|
||||
<div>
|
||||
<a href="{% url 'twitch:campaign_detail' campaign.id %}">
|
||||
<img src="{{ campaign.image_url }}"
|
||||
<img src="{{ campaign.image_best_url|default:campaign.image_url }}"
|
||||
alt="Image for {{ campaign.name }}"
|
||||
width="120"
|
||||
height="120"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue