alkanumut
04-08-2016, 01:05 PM
About
Featured Image Zoomer (now w/Multi-Zoom) v2.1
I Start to put your beautiful zoom in my web site. www.chromestock.com
Web now underconstruction. I'm working on it.
My question is,
</script>
<script type="text/javascript">
jQuery(document).ready(function($){
$('#image1').addimagezoom({ // single image zoom
zoomrange: [3, 15],
magnifiersize: [500,500],
magnifierpos: 'right',
cursorshade: true,
largeimage: 'picture.jpg" ' //<-- No comma after last option!
})
<body>
<img id="image1" src='{PHOTO_PREVIEW}' width="{PHOTO_PWIDTH}" height="{PHOTO_PHEIGHT}" border = "0">
-----------------------
If I look the picture, I can see the photo preview and less resolition. I want to zoom whit largeimage. But this is not cust one image. There is a image file ( upload ).
And which is I see photo preview, I want to zoom in this orginal image.
'picture.jpg' instead I want to link file orginal size of picture at, ( upload )
How can I write to link for the upload file the same PHOTO_PREVIEW?
I hope I can explain my question,
Thank you and regards.
Featured Image Zoomer (now w/Multi-Zoom) v2.1
I Start to put your beautiful zoom in my web site. www.chromestock.com
Web now underconstruction. I'm working on it.
My question is,
</script>
<script type="text/javascript">
jQuery(document).ready(function($){
$('#image1').addimagezoom({ // single image zoom
zoomrange: [3, 15],
magnifiersize: [500,500],
magnifierpos: 'right',
cursorshade: true,
largeimage: 'picture.jpg" ' //<-- No comma after last option!
})
<body>
<img id="image1" src='{PHOTO_PREVIEW}' width="{PHOTO_PWIDTH}" height="{PHOTO_PHEIGHT}" border = "0">
-----------------------
If I look the picture, I can see the photo preview and less resolition. I want to zoom whit largeimage. But this is not cust one image. There is a image file ( upload ).
And which is I see photo preview, I want to zoom in this orginal image.
'picture.jpg' instead I want to link file orginal size of picture at, ( upload )
How can I write to link for the upload file the same PHOTO_PREVIEW?
I hope I can explain my question,
Thank you and regards.