diff --git a/templates/utils.html b/templates/utils.html index e0b3589..61548f8 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -99,8 +99,9 @@ - {% if post.post_type == "image" %} -
+ {% if post.post_type == "image" || post.post_type == "video" || post.post_type == "gif" %} +
+ {% if post.post_type == "image" %} {% if post.media.height == 0 || post.media.width == 0 %} @@ -117,23 +118,20 @@ {% endif %} -
- {% else if post.post_type == "video" || post.post_type == "gif" %} - {% if prefs.use_hls == "on" && !post.media.alt_url.is_empty() %} - -
+ {% else %} + {% if prefs.use_hls == "on" && !post.media.alt_url.is_empty() %} + -
- - {% else %} -
+ + {% else %} + {% call render_hls_notification(post.permalink[1..]) %} + {% endif %} + {% endif %}
- {% call render_hls_notification(post.permalink[1..]) %} - {% endif %} {% else if post.post_type == "gallery" %}