yashman
09-12-2014, 05:33 PM
1) Script Title: Featured Image Zoomer MultiImage
2) Script URL (on DD): None
3) Describe problem:
I have 3 thumbnails at the bottom of the big image (see attachment). Zoom is working perfectly fine but the 1st big image appears perfectly, the second and third images moves up and get sliced from top. I have attached the images as a reference. The actual image dimensions are given below
Image 1: 351 x 336 pixels
Image 2: 438 x 336 pixels
Image 3: 336 x 383 pixels.
The issue is with all the images.
<script type="text/javascript">
jQuery(document).ready(function($){
$('#multizoom1').addimagezoom(
{
speed: 1500,
descpos: true,
imagevertcenter: true,
magvertcenter: true,
zoomrange: [3, 10],
magnifiersize: [250,250],
magnifierpos: 'right',
cursorshadecolor: '#fdffd5',
cursorshade: true
});
})
</script>
HTML Code:
<div class="targetarea" style="border:1px solid #eee">
<img id="multizoom1" alt="zoomable" title="" src="img1.jpg"/>
</div>
<div class="multizoom1 thumbs">
<a href="img1.jpg" data-large="img1.jpg" data-title=""><img src="img1.jpg" alt="img1" title=""/></a>
<a href="img2.jpg" data-large="img2.jpg" data-title=""><img src="img2.jpg" alt="img2" title=""/></a>
<a href="img3.jpg" data-large="img3.jpg" data-title=""><img src="img3.jpg" alt="" title=""/></a>
</div>
CSS located @ http://www.blissflowsystems.com/styles/multizoom.css
Appreciate your help!
2) Script URL (on DD): None
3) Describe problem:
I have 3 thumbnails at the bottom of the big image (see attachment). Zoom is working perfectly fine but the 1st big image appears perfectly, the second and third images moves up and get sliced from top. I have attached the images as a reference. The actual image dimensions are given below
Image 1: 351 x 336 pixels
Image 2: 438 x 336 pixels
Image 3: 336 x 383 pixels.
The issue is with all the images.
<script type="text/javascript">
jQuery(document).ready(function($){
$('#multizoom1').addimagezoom(
{
speed: 1500,
descpos: true,
imagevertcenter: true,
magvertcenter: true,
zoomrange: [3, 10],
magnifiersize: [250,250],
magnifierpos: 'right',
cursorshadecolor: '#fdffd5',
cursorshade: true
});
})
</script>
HTML Code:
<div class="targetarea" style="border:1px solid #eee">
<img id="multizoom1" alt="zoomable" title="" src="img1.jpg"/>
</div>
<div class="multizoom1 thumbs">
<a href="img1.jpg" data-large="img1.jpg" data-title=""><img src="img1.jpg" alt="img1" title=""/></a>
<a href="img2.jpg" data-large="img2.jpg" data-title=""><img src="img2.jpg" alt="img2" title=""/></a>
<a href="img3.jpg" data-large="img3.jpg" data-title=""><img src="img3.jpg" alt="" title=""/></a>
</div>
CSS located @ http://www.blissflowsystems.com/styles/multizoom.css
Appreciate your help!