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
49
votes
7 answers

android pinch zoom

My layout contains buttons, textviews, etc. Is it possible to implement pinch zoom in my layout?
Bytecode
  • 6,551
  • 16
  • 54
  • 101
48
votes
5 answers

Disable zoom on a div, but allow zoom on the page (an alternate div)

Is there a way to disable zoom on a div, or any particular elements on a website? For example, if I wanted the page to be zoomable, but not the #Header div, is there a way to make one zoomable, and the other not zoomable? Basically, when you zoom on…
GJDesigns
  • 485
  • 1
  • 4
  • 7
48
votes
8 answers

Borders disappear in Chrome when I zoom in

I have this really simple form: http://jsfiddle.net/TKb6M/91/. Sometimes, when I zoom in or out using Chrome, the input borders disappear. For example, when I zoom to 90% I get: Naturally, your mileage may vary. In case you're wondering about those…
Luís Pureza
  • 841
  • 1
  • 7
  • 13
47
votes
4 answers

How can I accomplish `set_xlim` or `set_ylim` in Bokeh?

I create a figure in a function, e.g. import numpy from bokeh.plotting import figure, show, output_notebook output_notebook() def make_fig(): rows = cols = 16 img = numpy.ones((rows, cols), dtype=numpy.uint32) view =…
Brian
  • 3,453
  • 2
  • 27
  • 39
42
votes
5 answers

Stop Firefox DPI Scaling (when Windows setting is at 125%)

I'm currently making a webpage and testing it in chrome works fine, but in Firefox - it is zoomed in. This is because my DPI in Windows is set to 125%, and Firefox detects this, and adjusts every webpage accordingly. However, my webpage is not meant…
Brugsen
  • 603
  • 1
  • 6
  • 12
42
votes
10 answers

On zoom event for google maps on android

We're building an application which is using the google maps api for android. I have my MapController and MapView, and I enable the built-in zoom controls using: mapView.setBuiltInZoomControls(true); I would now like to get an event when the user…
Bjarke Freund-Hansen
  • 28,728
  • 25
  • 92
  • 135
41
votes
17 answers

Setting max zoom level in google maps android api v2

I'm currently working on developing apps by using Google maps android API v2. My code is as follows. Suppose map has several markers and zoom up to show all markers in display. LatLngBuilder.Builder builder = LatLngBounds.builder(); for(Marker m :…
user2223820
  • 583
  • 1
  • 5
  • 12
40
votes
9 answers

Matplotlib plot zooming with scroll wheel

Is it possible to bind the scroll wheel to zoom in/out when the cursor is hovering over a matplotlib plot?
dimka
  • 4,301
  • 11
  • 31
  • 36
39
votes
6 answers

D3.js Set initial zoom level

I have several graphs set up to zoom on the container and it works great. However, on the initial load, the zoom level is way too close. Is there a method of setting the initial zoom level to avoid having to first zoom out? I am familiar with the…
Jakub Svec
  • 842
  • 2
  • 10
  • 20
38
votes
2 answers

What exactly changes in the css rendering, when desktop browsers zoom in or out on a website?

In what way is the design scaled up or down? I'm trying to figure out what exactly happens at the CSS level, and what the consequences are for different sizing methods (px, em, rem, etc). By the way, I am mainly concerned with zooming behaviour for…
38
votes
6 answers

UIScrollView Zoom Does Not Work With Autolayout

Zooming with UIScrollView using a strictly autolayout environment does not seem to work. This is especially frustrating because the iOS 6 release notes certainly lead me to believe it should when the wrote about a "Pure Auto Layout approach" here…
Corey
  • 590
  • 1
  • 5
  • 15
37
votes
2 answers

pyplot zooming in

I am trying to plot some data from FITS files and I wanted to know if anyone knows how to focus on certain regions of a plot's axis? Here is some example code: import pyfits from matplotlib import pyplot as plt from matplotlib import pylab from…
Dax Feliz
  • 12,220
  • 8
  • 30
  • 33
36
votes
7 answers

Can I navigate, zoom in and zoom out R plots?

I would like to know if R allows to pan and zoom images produced with the "plot" function. I would like to obtain the plot transformation using the mouse and not through the command line, is it possible? Thanks in advance.
rlar
  • 856
  • 1
  • 10
  • 15
35
votes
7 answers

Cannot zoom in and out of nib in the new Interface Builder

Have I missed something obvious or is it not possible to zoom freely in and out of an open nib file, within the integrated Interface Builder of Xcode 4?
Luke
  • 11,426
  • 43
  • 60
  • 69
35
votes
6 answers

Disable auto zoom/field zoom on input tags on my Mobile Site - WITHOUT disabling all zoom capabilities

I have spent all day looking for a solution, and this site keeps coming up, SO why not ask you guys. I an building our companies mobile website and we want to disable the auto zoom mobile devices use to zoom into text/search/email inputs when they…
John Rakowski
  • 351
  • 1
  • 3
  • 4