mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
firefox: remove config around lazy loading
This commit is contained in:
parent
bfc67f56d0
commit
c92a3fe90e
1 changed files with 0 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue