turn on auto image resizing by default (bug 197323)

This commit is contained in:
pinkerton%netscape.com 2003-10-22 04:29:17 +00:00
parent 2d8d587276
commit f092b0b1de

View File

@ -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);