From 1ec3755229d558b66461c850b38109e1f5a11bff Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 23 Sep 2022 00:35:21 +0200 Subject: [PATCH] lazyload the streamer profile pics --- files/templates/live.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/live.html b/files/templates/live.html index 007b546b54..27c8d23446 100644 --- a/files/templates/live.html +++ b/files/templates/live.html @@ -50,7 +50,7 @@ {% for id, link, thumb, name, title, viewers in live %} - {{name}} thumbnail + {{name}} thumbnail {{name}} {{title}} {{viewers}} @@ -75,7 +75,7 @@ {% for id, link, thumb, name in offline %} - {{name}} thumbnail + {{name}} thumbnail {{name}}