Tweak default zoom?
-
A Former User last edited by
Is there a way to tweak the default zoom percentage in Settings? I want to set it to a figure between the options offered. ISTR it could be done in Opera 12x.
-
dvk-ru1 last edited by
You can set another value for browser -> default_zoom_level in the file Preferences. Close Opera and backup the file before changing it. The new value will become available as one of the zoom levels, for example, when zooming, you go 100% - 125% - 127% - 150% ...
-
A Former User last edited by
That sounds just what I need. Where will I find the 'Preferences' file to edit?
-
A Former User last edited by
Thank you both.
My browser settings default zoom level is set to 175%. In preferences that is shown as "default_zoom_level": 3.069389038663465 How do I decipher it?
-
dvk-ru1 last edited by
http://superuser.com/questions/463185/how-do-i-set-a-custom-zoom-in-chrome
25% : "default_zoom_level": -7.6035680338478615,
33% : "default_zoom_level": -6.0311726618503405,
50% : "default_zoom_level": -3.8017840169239308,
67% : "default_zoom_level": -2.2293886449264093,
75% : "default_zoom_level": -1.5778829311823859,
90% : "default_zoom_level": -0.5778829311823857,
100% : "default_zoom_level": 0.0,
110% : "default_zoom_level": 0.5227586988632231,
125% : "default_zoom_level": 1.2239010857415449,
150% : "default_zoom_level": 2.223901085741545,
175% : "default_zoom_level": 3.069389038663465,
200% : "default_zoom_level": 3.8017840169239308,
250% : "default_zoom_level": 5.025685102665476,
300% : "default_zoom_level": 6.025685102665476,
400% : "default_zoom_level": 7.6035680338478615,
500% : "default_zoom_level": 8.827469119589406, -
dvk-ru1 last edited by
Or, as I see in the source code, zoom_level = log(zoom_factor, 1.2), where the logarithm base 1.2 is a constant.
-
A Former User last edited by
Or, as I see in the source code, zoom_level = log(zoom_factor, 1.2), where the logarithm base 1.2 is a constant.
Could a mathematician here tell me the figure for 180% and 185% please?
-
A Former User last edited by
log(x)/log(1.2)
Hey that's great. Thank you. I just substituted for x and put it into Google and it gave me the figure! I never knew Google could do that.
3.22390108574
3.37417938892Now to see if it will do the business in Prefs.