Skip to content

Instantly share code, notes, and snippets.

@mbauman
Created January 8, 2011 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbauman/770529 to your computer and use it in GitHub Desktop.
Save mbauman/770529 to your computer and use it in GitHub Desktop.
Reduce the zoom increment in WebKit
Index: WebKit/mac/WebView/WebView.mm
===================================================================
--- WebKit/mac/WebView/WebView.mm (revision 75189)
+++ WebKit/mac/WebView/WebView.mm (working copy)
@@ -3458,7 +3458,7 @@
#define MinimumZoomMultiplier 0.5f
#define MaximumZoomMultiplier 3.0f
-#define ZoomMultiplierRatio 1.2f
+#define ZoomMultiplierRatio 1.06265857f
- (BOOL)_canZoomOut:(BOOL)isTextOnly
{
@mbauman
Copy link
Author

mbauman commented Jan 8, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment