From c92a3fe90eb8e219d41260cc8da971d7f68573dc Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 17 Dec 2020 07:54:56 +0100 Subject: [PATCH] firefox: remove config around lazy loading --- firefox.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/firefox.js b/firefox.js index dd16937..ce086c2 100644 --- a/firefox.js +++ b/firefox.js @@ -52,13 +52,6 @@ user_pref("gfx.webrender.all", true); // Enable AVIF user_pref("image.avif.enabled", true); -// 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.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); -user_pref("dom.image-lazy-loading.root-margin.top", 50); - // Enable color scheme selector in devtools user_pref("devtools.inspector.color-scheme-simulation.enabled", true);