mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
firefox: don't force-enable lazy-loading
It's enabled by default.
This commit is contained in:
parent
15a1063460
commit
3826c390b5
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue