From d899bc2df575a9e1ace0bed9c03143c95b09ee6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 7 Jan 2021 23:06:25 -0500 Subject: General theme: improve thumbnail-img --- youtube/templates/common_elements.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'youtube/templates/common_elements.html') diff --git a/youtube/templates/common_elements.html b/youtube/templates/common_elements.html index 9c5abe6..94554d4 100644 --- a/youtube/templates/common_elements.html +++ b/youtube/templates/common_elements.html @@ -23,11 +23,11 @@
{% if lazy_load %} - thumbnail +  {% elif info['type'] == 'channel' %} - thumbnail +  {% else %} - thumbnail +  {% endif %} {% if info['type'] != 'channel' %} -- cgit v1.2.3