From 41b8fc8d2a942f675a1b6cc97d5b52785ee8e70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Fern=C3=A1ndez?= Date: Fri, 14 Jan 2022 10:33:33 +0100 Subject: [PATCH] Correct outdated comment --- src/components/images/imageLoader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/images/imageLoader.js b/src/components/images/imageLoader.js index b360e86fcc..81b47da257 100644 --- a/src/components/images/imageLoader.js +++ b/src/components/images/imageLoader.js @@ -48,7 +48,7 @@ worker.addEventListener( function itemBlurhashing(target, hash) { try { - // Although the default values recommended by Blurhash developers is 32x32, a size of 18x18 seems to be the sweet spot for us, + // Although the default values recommended by Blurhash developers is 32x32, a size of 20x20 seems to be the sweet spot for us, // improving the performance and reducing the memory usage, while retaining almost full blur quality. // Lower values had more visible pixelation const width = 20;