aboutsummaryrefslogtreecommitdiffstats
path: root/libretube-theme/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'libretube-theme/templates/base.html')
-rw-r--r--libretube-theme/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html
index b72af1e..87fb05e 100644
--- a/libretube-theme/templates/base.html
+++ b/libretube-theme/templates/base.html
@@ -96,7 +96,7 @@
</div> <!-- End Mask / Hover -->
{% if article.image %}
- <img itemprop="image" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/../wp-content/uploads/article/poster/{{ article.image }}" alt="{{ article.title }}" class="img-fluid">
+ <img itemprop="image" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/../wp-content/uploads/article/thumbnail/{{ article.image }}" alt="{{ article.title }}" class="img-fluid">
{% else %}
<img itemprop="image" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/video.png" alt="video" class="img-fluid">
{% endif %}