Questions tagged [zooming]

Zooming is the act of enlarging something (a document, an image, a map) to view it in greater detail. (DO NOT USE for questions about the Zoom communications platform; instead, use [zoom-sdk].)

Zooming in graphical user interfaces is a facility that allows users to change the scale of the viewed area in order to see more detail or less. Often, there is a facility that allows the user to move the zoomed area with respect to the overall item being viewed.

6043 questions
844
votes
39 answers

Disable Auto Zoom in Input "Text" tag - Safari on iPhone

I made an HTML page that has an tag with type="text". When I click on it using Safari on iPhone, the page becomes larger (auto zoom). Does anybody know how to disable this?
Eduardo Montenegro
  • 8,449
  • 3
  • 16
  • 3
474
votes
20 answers

How do you disable viewport zooming on Mobile Safari?

I've tried all three of these to no avail:
MetaGuru
  • 42,847
  • 67
  • 188
  • 294
362
votes
30 answers

How to detect page zoom level in all modern browsers?

How can I detect the page zoom level in all modern browsers? While this thread tells how to do it in IE7 and IE8, I can't find a good cross-browser solution. Firefox stores the page zoom level for future access. On the first page load, would I be…
understack
  • 11,212
  • 24
  • 77
  • 100
209
votes
13 answers

How can I get zoom functionality for images?

Is there a common way to show a big image and enable the user to zoom in and out and pan the image? Until now I found two ways: overwriting ImageView, that seems a little bit too much for such a common problem. using a webview but with less…
Janusz
  • 187,060
  • 113
  • 301
  • 369
195
votes
16 answers

Catch browser's "zoom" event in JavaScript

Is it possible to detect, using JavaScript, when the user changes the zoom in a page? I simply want to catch a "zoom" event and respond to it (similar to window.onresize event). Thanks.
user123093
  • 2,387
  • 3
  • 17
  • 17
175
votes
18 answers

Disable double-tap "zoom" option in browser on touch devices

I want to disable the double-tap zoom functionality on specified elements in the browser (on touch devices), without disabling all the zoom functionality. For example: One element can be tapped multiple times for something to happen. This works fine…
Wouter Konecny
  • 3,260
  • 3
  • 19
  • 26
169
votes
5 answers

How to disable zoom on Ctrl+scroll in Visual Studio 2010?

Visual Studio 2010 adds a zoom setting on the bottom left of the text editor (to the left of the horizontal scroll bar) and also adopts the Ctrl+mouse scroll idiom for zooming in and out. The former is fine, but I dislike the latter as I am…
Redwood
  • 66,744
  • 41
  • 126
  • 187
153
votes
12 answers

IntelliJ how to zoom in / out

The IntelliJ keymap says: Zoom in: Keypad + = Zoom out Keypad - - But they have no effect. Anyone have this working? New info: Now I have added more key-bindings: Zoom in: Alt-Shift-= Zoom out: Alt-Shift-minus But these still have no effect.…
WestCoastProjects
  • 58,982
  • 91
  • 316
  • 560
149
votes
2 answers

Limit ggplot2 axes without removing data (outside limits): zoom

If you specify axis limits in ggplot the outlying points are removed. This is fine for points, but you might want to plot lines that intersect with the specified range, but ggplot's range or xlim/ylim methods removes these. Is there another way to…
geotheory
  • 22,624
  • 29
  • 119
  • 196
149
votes
10 answers

Changing the browser zoom level

I have need to create 2 buttons on my site that would change the browser zoom level (+) (-). I'm requesting browser zoom and not css zoom because of image size and layout issues. Well, is this even possible? I've heard conflicting reports.
Jourkey
  • 33,710
  • 23
  • 62
  • 78
143
votes
12 answers

Pan & Zoom Image

I want to create a simple image viewer in WPF that will enable the user to: Pan (by mouse dragging the image). Zoom (with a slider). Show overlays (rectangle selection for example). Show original image (with scroll bars if needed). Can you explain…
Yuval Peled
  • 4,988
  • 8
  • 30
  • 36
137
votes
23 answers

Android ImageView Zoom-in and Zoom-Out

I want to Zoom-in and Zoom-out an Android ImageView. I tried most of the samples but in all of them the image in the ImageView itself is getting Zoomed-in and Zoomed-out, while I want to Zoom-in and Zoom-out the ImageView. I want to increase the…
karthi
  • 1,383
  • 2
  • 10
  • 5
133
votes
4 answers

How can I enable zoom in on UIWebView which inside the UIScrollView?

I have a UIWebView which inside a UIScrollView (scrollview contain another component) I tried to enable multitouch both on Interface Builder or Programmatic on UIWebView but it still cannot zoom for html, do I need to handle both zoom in at the…
calendarw
  • 1,511
  • 2
  • 9
  • 18
99
votes
8 answers

Xcode 6 how to enable storyboard zoom?

I've updated to Xcode 6 beta 3 and see that the [+ = -] buttons in the storyboard corner are gone. Is there a way for me to zoom in and out on view controllers within a storyboard in Xcode 6?
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
94
votes
4 answers

Matplotlib/Pyplot: How to zoom subplots together?

I have plots of 3-axis accelerometer time-series data (t,x,y,z) in separate subplots I'd like to zoom together. That is, when I use the "Zoom to Rectangle" tool on one plot, when I release the mouse all 3 plots zoom together. Previously, I simply…
BobC
  • 3,320
  • 5
  • 24
  • 30
1
2 3
99 100