From 015727855f1b57083685b2dce0114673fadd159c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 27 Oct 2021 09:39:48 -0400 Subject: [PATCH] fix: remove loading="lazy", fixes inf. scroll loaded images --- public/src/modules/helpers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/src/modules/helpers.js b/public/src/modules/helpers.js index b1778c92b1..8f9eb5959e 100644 --- a/public/src/modules/helpers.js +++ b/public/src/modules/helpers.js @@ -334,7 +334,6 @@ 'alt="' + userObj.username + '"', 'title="' + userObj.username + '"', 'data-uid="' + userObj.uid + '"', - 'loading="lazy"', ]; const styles = []; classNames = classNames || '';