firefox: reorder some directives

This commit is contained in:
Vincent Bernat 2020-11-18 09:48:29 +01:00
parent 256b26baf3
commit 4323f18c39

View file

@ -59,10 +59,10 @@ user_pref("media.ffvpx.enabled", false);
// Lazy loading is too late on Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1618240 // Lazy loading is too late on Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1618240
// Should be fixed in Firefox 84. // Should be fixed in Firefox 84.
user_pref("dom.image-lazy-loading.enabled", true); user_pref("dom.image-lazy-loading.enabled", true);
user_pref("dom.image-lazy-loading.root-margin.bottom", 100);
user_pref("dom.image-lazy-loading.root-margin.bottom.percentage", true); user_pref("dom.image-lazy-loading.root-margin.bottom.percentage", true);
user_pref("dom.image-lazy-loading.root-margin.top", 50); 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.percentage", true);
user_pref("dom.image-lazy-loading.root-margin.top", 50);
// Enable color scheme selector in devtools // Enable color scheme selector in devtools
user_pref("devtools.inspector.color-scheme-simulation.enabled", true); user_pref("devtools.inspector.color-scheme-simulation.enabled", true);