Looks nice but you might want to tell people they can use the keys. And you're not using this code:
Code:
$('#image1').addimagezoom({ // single image zoom
zoomrange: [3, 10],
magnifiersize: [300,300],
magnifierpos: 'right',
cursorshade: true,
largeimage: 'hayden.jpg' //<-- No comma after last option!
})
$('#image2').addimagezoom() // single image zoom with default options
or this code:
Code:
$('#multizoom2').addimagezoom({ // multi-zoom: options same as for previous Featured Image Zoomer's addimagezoom unless noted as '- new'
descArea: '#description2', // description selector (optional - but required if descriptions are used) - new
disablewheel: true // even without variable zoom, mousewheel will not shift image position while mouse is over image (optional) - new
//^-- No comma after last option!
Those may be removed.
There are also a number of other improvements I can see. All the clickbutton functions and their divs can be eleiminated, the script can use the text divs directly as the descriptions. The thumbs can be centered in the slider and can have an active border. The zoomable image may have a border as well. You only need one div.thumbs.zoomable1 division.
All of that's complicated to explain - easy to do once you see it, and makes the page much easier to maintain. So let me know if you're interested.
Bookmarks