0
votes
1answer
55 views

JavaScript zoom image and center viewable area

I'm trying to create a zoom able image upon click of a button, however the image should be zoomed centered on the view able area, as the image may be bigger than the container. I've created a fiddle ...
0
votes
0answers
29 views

image zoom with caption css not working

Hi I am using the following code to create an image zoom effect with a caption that appears on mouse over, for some reason it is not working as expected <!-- start thumbnailWrapper div --> ...
0
votes
1answer
31 views

Winforms version WPF ScaleTransform?

I'm attempting to create something of a software zoom for an image in my Winforms application. I noticed an answer to a similar issue stating that it could be achieved with the mousewheel by using ...
0
votes
1answer
17 views

Contact Form will only display if I remove the 'zoom' property; need a solution

I setup a static html landing page; displays perfectly in Chorme, Safari, and Firefox. However, I cannot get the embeded MailChimp contact form name and email fields to display when I use the zoom ...
0
votes
1answer
37 views

How to draw shapes on image and allow zoom on html page

Please help, Is there a solution for getting an image, draw some shapes on the image by x,y points, dispaly it on html page and allow the user to zoom in and out on the image?
-2
votes
0answers
35 views

Draw rectangles on image and allow zoom after [closed]

Please help, My web app needs to display an image, Draw a number of rectangles over some (x,y) points of the image, Let the user zoom in/out with the mouseover event on the image parts with the ...
0
votes
0answers
18 views

IKImageView: how to create an app looks like Preview

I'm working on an apllication that as a view with an IKImageView object inside. I can zoom image in the center position of the image, but I cannot zoom with the mouse position as "anchor point" of the ...
0
votes
1answer
43 views

Openlayers- Show another Image Layer based on zooming region

Is it possible in OpenLayers to open another Image layer (OpenLayers.Layer.Image) from a base Image Layer based on certain predefined regions on the base Image Layer. For example if I have five ...
1
vote
0answers
55 views

How to load in image already zoomed out

I am trying to display a large Image in my iPhone app. It behaves kind of strangely and I can't get it to center seeing as its so large. Is there a way to load it scaled down so that the whole image ...
0
votes
2answers
188 views

How to Display Image name in Label on hovering over the image

I have eight images which zooms to 10 times when i hover over it. now i want to display the name of the image hovered (i.e alt="a" for the first image) in separate label on the top of the page. how to ...
0
votes
0answers
44 views

Zoomable image in non-zoomable web-app

I am currently developing a responsive site that displays perfect on smartphones. As there will be lots of user-generated images on the site, I have implemented my own very lightweight lightbox-script ...
0
votes
0answers
58 views

how to reset the zoom level of the image to original?

I need to set the zoom level of the image (in an ImageView) to the original state i.e where it just fits into the ImageView and all the zoom-in has been removed. what i have tried is to store the ...
1
vote
2answers
197 views

does universal-image-loader have zoom in/out option?

I am applying costras universal-image-loader in my app. however, I can't seem to find the pinch to zoom option anywhere. Does it include it ?
0
votes
1answer
72 views

How to slowly scroll a zoomed in image like in a presentation?

Background I have some high quality images which I wish to show with some transition between them, like in a presentation. The problem Since Android has many screen types, for each "frame" of the ...
0
votes
1answer
57 views

How to make Images not Zoom when using Body Zoom

I have an interesting question. I have a laptop that the resolution makes it difficult for me to read the text. I found that placing a css file in Safari allows for the text to permanently be larger, ...
1
vote
1answer
104 views

Corona Zoom in and zoom back to normal state

In Cocos2d I could scale my scene down, i.e. 0.2, and when i want it restored i could change to 1. In Corona, if I scale to 0.2, and try and rescale to 1, it keeps it as 0.2, so essentially it takes ...
0
votes
0answers
296 views

How do I use jQuery to make my images zoom in even if they are different sizes?

I have relatively simple question. The code below allows me to zoom in on an image at 20% and sliding text comes up when I hover over it. What I would like to do is extend the code so I can access ...
0
votes
1answer
37 views

How to replicate code for Facebook image gestures?

I am developing an educational app that is made of multiple images. I am also new at coding and XCode. I wanted to know how to get my images so they respond to the gesture similar to the photos on ...
0
votes
1answer
236 views

Zoom Out Image to fit ScrollViewer Dimensions

I have a little issue with zooming accordingly an image. I have an Image in my XAML, with a ScrollViewer attached so it can be zoomed. Like this : <ScrollViewer x:Name="ImageScrollViewer"> ...
0
votes
1answer
64 views

Images shift position when page is zoomed

Here is the actual project (test page), as I'm having trouble recreating the issue: http://benphilippi.com/ben-home-final.php I have a series of linked images positioned over a background image, as ...
0
votes
0answers
43 views

How to Limit the zoom out the size of image after zoon in it?

I can zoom in and zoom out the image. But I want to zoom in the image , then zoom out. If the size of image is less than original size, it can't zoom out. How to limit the size of zoom out? case ...
0
votes
0answers
127 views

Wordpress: how to zoom image in a proper way

I have been solving this task for 3 days. Any help is kindly appreciated :) I have a wordpress website. I need to provide such functionality for selected galleries: when I click an image, it makes ...
0
votes
1answer
83 views

android program to zoom in image automatically without touching the screen

i need an android program code to zoom in image automatically without touching the screen. The image must be zoomed in as soon as the activity starts without any touch from the user.
0
votes
0answers
60 views

centering content with -ms-content-zooming

I've been using this sample to create a "zoomable" content: http://code.msdn.microsoft.com/windowsapps/Scrolling-panning-and-47d70d4c My HTML: <div id="zoomElement" class="zoomElement ...
20
votes
5answers
878 views

Zoom image to cursor breaks when mouse is moved

This is a followup question to How to zoom to mouse pointer while using my own mousewheel smoothscroll? I am using css transforms to zoom an image to the mouse pointer. I am also using my own smooth ...
1
vote
2answers
84 views

Using a link to display an image on the same page

I have a large group of thumbnail images, all the same size. I'd like for the user to be able to click a thumbnail image to display the full version of that image on the same page. The full images ...
0
votes
0answers
69 views

Image cuts when using zoom and resizing the window

I have an ASP.NET page, and some images in it (asp:Image) In the middle of the screen, there is an image acting like a background that is certain width. Let's say the window looks OK on Zoom 100%, ...
0
votes
1answer
102 views

WinRT zoom of image control by code if possible

I am working at a WinRT application that implies some manipulations of an image at a WriteableBitmap level. On my page, I have ofcourse an image that shows the processing results. My objective now, is ...
0
votes
0answers
113 views

Issue with JQuery pinch zoom

Hi I am working in JQuery i want to pinch zoom the image. I have tried lot of things but couldn't get anyway out of this. My code is. $(document).bind('mobileinit', function(){ ...
0
votes
1answer
116 views

How to control the image not to move out from the imageView?

I use onTouch to move a image in the imageView, But unfortunately it will move out the screen .So Is there a better way to control that if the image bounds touch the border,then we can stop it move ...
2
votes
0answers
58 views

how to edit big images in android?

I am trying to save small images from the original which I load from SDcard. Android doesn't allow me to create bitmap of bigger image sizes so I had to use options, doing so my images' resolution is ...
2
votes
0answers
159 views

Webview image fit on screen

This looks like a duplicate, but I got a weird problem. I use this code: public void showPicture(){ System.out.println("comicTeller = "+comicTeller); WebView mWebView = (WebView) ...
0
votes
1answer
67 views

Poor images in DataGridView

I've written a little application to do something similar to outlook, looking at .msg files on the hard drive. I am using a dataGridView to show the messages in a folder, and I want to display a ...
1
vote
0answers
240 views

Show image zoom window for picture using jquery

I have SVG images on a page. When you hover over the SVG, I want to see a zoom up of the area I'm hovering over. I don't want the zoom effect window to be placed relative to my cursor. I have a box in ...
0
votes
0answers
99 views

Image overflow while render transform

I modified this MSDN Example (section Example) to zoom in and zoom out edited picture with mouse scroll. The problem is that when I scroll mouse to zoom in, the picture is overflowing the content of ...
3
votes
1answer
280 views

Set maximum and minimum zooming levels for image [duplicate]

Possible Duplicate: Imageview issue with zoom in and out,drag with maximum and minimum levels I have image zooming and dragging in my application. My requirement is the image sets maximum ...
0
votes
0answers
155 views

Python - Efficient way to display, scroll and zoom image / array with thousands of columns

I am looking for an efficient way to display, scroll and zoom into an image. I have an array with 256xn values that are calculated elsewhere (height x width). n is in the neighborhod of 15k to 50k. ...
0
votes
0answers
80 views

Firefox - Stretch small images automatically [closed]

If I open a URL that only links to an image, with no HTML, Firefox will shrink the image if it is larger than the screen. That is fine. I can toggle between "Fit to screen" view and full size view by ...
2
votes
0answers
179 views

How can I get zoom functionality for images with ScaleType.FIT_XY?

I want to implement pinch zooming on a Image view with ScaleType.FIT_XY. With my code pinch zoom is work perfectly, but when i am try to fix height and width of view and setscaletype fit_xy, pinch ...
0
votes
0answers
194 views

Customise existing jQuery 'Image Zoom' script

I really love how this: http://tympanus.net/Development/ImageZoomTour/index2.html works. But I'd like to do something more with it and wondered if a guru (or even a ninja) is available to point me in ...
0
votes
0answers
137 views

Optimie jquery code image zoom

It's possible to optimize this code to work better? jQuery(function(){ var wysproj = jQuery(window).height() * 0.8; var projec = jQuery("div.projekt"); projec.click(function(){ jQuery(this) ...
0
votes
1answer
1k views

Zoom and move image with code

I have an image inside a border and I would like to show different parts of the image source in the image box at different times. Specifically, when a certain textbox gets focus, I want to change the ...
0
votes
1answer
767 views

Image Zoom Library for ASP.Net

In my ASP.Net application, i have a div which contains around 16 images. I need to implement a 'Zoom' functionality which will zoom the Div on click of a button... I looked at different Jquery ...
0
votes
1answer
284 views

Prevent background image from zooming

I am looking to achieve a similar effect to this website i found: http://www.august.com.au/ When on this website if you zoom in/or out ctrl +/- the background doesn't change. Only the content zooms. ...
0
votes
1answer
508 views

zoom in/out and scroll panning image on blackberry using javascript/jquery

I'm programming on web to build the application in blackberry. Now I want to make my image in the web can be zoom in or out and after the user can scroll in up/down/left/right with the scroll bar or ...
0
votes
0answers
94 views

photoLib slideShow, large array of images and zoom ios

I need to create something like a PhotoLib slideShow view with zooming facility, currently am loading all images in an array (that are resized to 320 * 480) , my concern are , if the no of images ...
0
votes
0answers
143 views

Android: Need a Custom Map Viewer, supporting Large images with Zoom and touch functionality

I want to create a Map viewer. It should be able to load large Map/image (to get rid of VM Out of Memory Error). It should be zoomable (gesture based) without dropping the image quality. The above ...
0
votes
1answer
247 views

trying to get jquery image zoom plugin to work

this is the plugin i am trying to work http://andreaslagerkvist.com/jquery/image-zoom/ no matter what i do when i click the a tag nothing happens and i get no errors as well... this is my html i ...
0
votes
0answers
24 views

limiting an image to only zoom in

I have a fullscreen picture on a page where you can pinch and pan, but you can zoom out so far that you're gonna see white around the image, how do i limit this too the size of the view, so that it's ...
0
votes
0answers
36 views

in android how to zoom image and sliding image in same activity class

please post answer to this question I am trying to this from last one week but I not able to do . please help me.

1 2 3