0
votes
0answers
51 views

jQuery zoom plugin working in images loaded in canvas

Is it possible to apply a jQuery plugin (for example Epic Image Zoom - http://codecanyon.net/item/epic-image-zoom/full_screen_preview/264395), maintaining click functionality, in an image loaded in ...
0
votes
0answers
44 views

jqzoom set margins to large image

As you can see below in picture, jqzoom set margins left and bottom of large image. Here is my jqzoom javascript: <script type="text/javascript"> $(document).ready(function () { ...
-2
votes
1answer
86 views

Which image zoom module is the most compatible for asp.net? [closed]

As you can understand from my question title, I search the most compatible image zoom module for asp.net. I did image gallery with my own javascript code. I use 1.7.2 version of Jquery. I tried some ...
0
votes
1answer
126 views

Fullscreen product view for eshop

I am trying to find plugin or tutorial of product fullscreen view like on next sites: http://www.armaniexchange.com/product/cotton+trench+coat.do?sortby= or ...
0
votes
1answer
124 views

Jquery image Zoomer function not getting called

I am trying to implement the image zoom found on this website, but I am having issues getting it to work in my website. I add the .js and .css files to the root and referenced the files in javascript ...
0
votes
2answers
108 views

How to get a tag with jquery

Her is my html: <div class="product-img-box"> <p class="product-image product-image-zoom"> <a href='http://placehold.it/700x600' class='cloud-zoom' id='aMainImageZoom' ...
0
votes
0answers
154 views

CloudZoom v2: How to disable zoom for specific image

Using CloudZoom v2. I have image gallery that described under "Gallery Elements" here Sometimes original images in the gallery not so big to be zoomed.I decided to check their original size and ...
0
votes
1answer
350 views

jquery viewer coordinates onZoom

I have been using the jquery iviewer plugin to do some image manipulation. I am able to save the zoom/location state of an image using the onClick(ev, point) event handler. The handler returns the ...
0
votes
2answers
146 views

How to calculate the origin that starting zoom using jQuery?

Currently the zooming action is illustrate like the top graph. I would like to achieve the zoom action in bottom graph. The point is the zoom origin .Currently the codes are: ...
0
votes
1answer
146 views

Scaled dragable image goes out of bounds of DIV element (jQuery)

I have draggable image object in div element (image can't be dragged outside div). Also I made a zoom slider for that draggable image, but problem is then I'm zooming the image it goes outside the div ...
-1
votes
2answers
272 views

Jquery zoom wont work [closed]

i'm trying to implement Jquery zoom on my Joomla driven website on the catalog images. I cant get this thing to work, so can anybody help me solve this problem? I've added the these scripts in the ...
0
votes
0answers
121 views

Cloudzoom plugin and transparent images

I'm using the Cloudzoom jQuery plugin for zooming images. When it comes to a transparent image, the zoomed image appears on top of the original one but being transparent, you can still see the ...
0
votes
1answer
570 views

jQuery Zoom-in and Zoom-Out is not working

I am attempting to zoom-in and zoom-out out of a photo when a button is pressed, however I am unable to get the code to work properly I believe this is do to the way i have structured the zoom-out ...
1
vote
1answer
177 views

What JQuery Plugin is being used here?

I found this brilliant image map plugin on the BBC here: http://www.bbc.co.uk/news/uk-18295433 The highlighted links are essentially normal tags which have had their position set to absolute to ...
0
votes
1answer
2k views

jQuery Cloud Zoom - Advance Images on large image click

I'm using the jQuery cloud zoom for an image gallery and have disabled the zoom (long story, but it's working). Right now, I have disabled clicking the large image. I'm looking to advance the images ...
0
votes
2answers
4k views

Jquery bounce and zoom animation

Hey all i have this code here on jsfiddle: http://jsfiddle.net/d7UjD/6/ I have 2 problems with it: 1) I need a way to use the animation stop() so that if you rapidly run the mouse over the image ...
0
votes
2answers
2k views

zoom image slider

I want to get the zoom slider in my rails 3.1 application . Is there any demo available Similer to this link? Zoom Slider
1
vote
0answers
483 views

jQuery Mobile Android Zoom

So I am writing an rails/jQM app which allows the user to view a map. The map view is displayed with a header bar that includes a back and home button. When I test on my Android HTC this all looks ...
0
votes
0answers
158 views

jQuery version of MooZoom

I want to replicate the functionality of "MooZoom" in jQuery as seen on the Espresso website (click the images in the bottom right). Specifically I want to recreate the functionality that when you ...
0
votes
1answer
285 views

How to create a function which calls a function

I'm using a jquery file which has a image zoom functionality: http://www.albanx.com/jslibs/axzoomer.js Everything is working fine. But now i need a feature which is not included with the plugin. On ...
3
votes
1answer
1k views

jquery problems with image rotate and zoom

I am trying to add functionality to a webpage that will allow the user to rotate and zoom in on images. I've found many jquery plugins that allow for zooming. None that also do rotation though. So ...
0
votes
3answers
1k views

Slow transition to hover state with Javascript

I am working on css in which when mouse hovers on images, it gets bigger. e.g. #image-div img { width:100px; height:100px;} #image-div:hover img { width:200px; height:200px;} Now i want it to be ...
1
vote
1answer
1k views

jQuery modal style box image zoomer

Does anyone know how to do the Asos style: ...
0
votes
1answer
431 views

How can I create a “zoom” effect using jQuery and switching the source image?

I have an array of images that get on the browser and when the user hovers over them I have this effect occur: $('.thisImage').hover(function(){ zindexnr++;// Bring picture to the ...
0
votes
2answers
2k views

Zooming slideshow in JS/jQuery

On a current project, we want a slideshow on the start page, cycling through the images on a steady pase. So far so good. But the customer requests a slow zoom on the images between the transitions ...
1
vote
1answer
698 views

image gallery /slide with zoom

I wanted to do something similar to this. In this case when the user click in the image, this images is showed with 100% of the browser height, and the user can go to the next/previous image. When ...
1
vote
2answers
334 views

jQuery plugin to do crazy New York Times-style hover zooming?

I'm wondering if anybody knows of a code snippet anywhere that allows you to do zoomed pans on hover -- for an example, see: http://opinionator.blogs.nytimes.com/2010/12/09/visualizing-slavery/ ...
1
vote
0answers
628 views

Jquery Help: ShadowBox+CloudZoom Integration

I plan to set up a photo gallery using ShadowBox, but I also want to add a zoom feature within the gallery for individual elements. Preferably using the CloudZoom ...
3
votes
4answers
14k views

how to zoom in an image using jquery

I was just wondering how it's possible to zoom in a pic using jquery, something like this web site, link text when you click on the big image it'll zoom in and you can move your cursor and see the ...