Top "Zoom" questions

For programming questions related to the Zoom SDK and how it can be used for integrating Zoom communication platform features.

Changing axis min/max on an existing plot using Flot JQuery Library

I've created a series of plots using the flot library, which are all displayed on a single page. Is there …

javascript jquery graph zoom flot
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 …

ios uiscrollview zoom autolayout
How to retrieve zoom factor of a WinForms PictureBox?

I need the precise position of my mouse pointer over a PictureBox. I use the MouseMove event of the PictureBox. …

c# winforms zoom mouseover picturebox
Disable zoom with Openlayers

i'm using OpenLayers to display custom OSM maps on my website. I've some points to respect: the map have to …

zoom openlayers mousewheel
CSS3 zooming on mouse cursor

My goal is to create a plugin that enables zooming & panning operations on a page area, just like how …

css javascript-events zoom coordinate-transformation
d3.js scatter plot - zoom/drag boundaries, zoom buttons, reset zoom, calculate median

I've built a d3.js scatter plot with zoom/pan functionality. You can see the full thing here (click 'Open …

javascript d3.js zoom drag scatter-plot
How to implemennt OnZoomListener on MapView

I would like to have onZoomListener on my MapView. The code below is what I have done. It registers if …

android zoom listener android-mapview event-listener
How to generate zoom/pinch gesture for testing for Android

I'm trying to generate zoom/pinch gesture for testing, I have tried to use the Android API MotionEvent.obtain(), but …

android testing zoom gesture
Zoom central image recycler view

I have RecyclerView with images. It based on this solution. Images are lazy loaded into view with Glide. I need …

android zoom android-recyclerview carousel
UIScrollView zooming with Auto Layout

I'm trying to implement a UIScrollView the New Way, using Auto Layout. I've set up constraints from the inner view …

ios uiscrollview zoom autolayout