From 3826c390b582029516f15fe5a2e759e56b02574f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 22 Nov 2020 08:55:33 +0100 Subject: [PATCH] firefox: don't force-enable lazy-loading It's enabled by default. --- firefox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/firefox.js b/firefox.js index f2dd0f2..c2026c4 100644 --- a/firefox.js +++ b/firefox.js @@ -58,7 +58,6 @@ user_pref("media.ffvpx.enabled", false); // Lazy loading is too late on Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1618240 // Should be fixed in Firefox 84. -user_pref("dom.image-lazy-loading.enabled", true); user_pref("dom.image-lazy-loading.root-margin.bottom.percentage", true); user_pref("dom.image-lazy-loading.root-margin.bottom", 100); user_pref("dom.image-lazy-loading.root-margin.top.percentage", true);