mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
turn on auto image resizing by default (bug 197323)
This commit is contained in:
parent
2d8d587276
commit
f092b0b1de
@ -71,3 +71,6 @@ pref("chimera.enable_rendezvous", true);
|
||||
|
||||
// set typeahead find to search all text by default
|
||||
pref("accessibility.typeaheadfind.linksonly", false);
|
||||
|
||||
// image resizing
|
||||
pref("browser.enable_automatic_image_resizing", true);
|
||||
|
Loading…
Reference in New Issue
Block a user