Tagged Questions
0
votes
2answers
109 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' ...
-1
votes
3answers
130 views
Position change while zoom in
Here I tried to make simple zoom in and out functions on button click.
HTML
<input type="button" value ="-" onClick="zoom(0.9)"/>
<input type="button" value ="+" onClick="zoom(1.1)"/>
...
0
votes
0answers
116 views
Calculation of draggable area is not correct after image is zoom using Jquery
I am using jquery.viewport to create an viewport function: I use jquery ui to create slider and a own written zoom function to zoom the image. Also, using this plugin to create viewport function.
...
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:
...
-1
votes
2answers
273 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
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 ...
0
votes
1answer
448 views
Zoom image script not working
I'm trying to get this script to work but am having some trouble.
This is my website.
I followed the instructions on the script's website and did this:
Added the reference for the script to head.
...
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 ...
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
701 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 ...
0
votes
2answers
2k views
Lightbox Image Enlarger for ebay
Im trying to get a lightbox style image enlarger to work in an ebay listing so when an image is clicked the background fades dark and the larger image is centre screen. Problem is ebay are really ...
2
votes
1answer
2k views
JavaScript Image zoom with CSS3 Transforms, How to calculate Origin? (with example)
I'm trying to implement an image zoom effect, a bit like how the zoom works with Google Maps, but with a grid of fix position images.
I've uploaded an example of what I have so far here:
...
0
votes
2answers
846 views
image zooming using javascript or jquery
I need some code to zoom an image when i mouse over that image, i want to zoom that image.
Consider i have 10 images in y page, when i put mouse over in first image that image should zoom and when i ...
