Magic Zoom™
Overview
Parameters
Settings wizard
Buy a license
Get support
Examples
Default parameters
Window dimensions
Multiple images
Zoom positions
Custom zoom position
Zoom fade/smoothing
Opacity options
CSS styling
Entire image
Drag mode
Global options
Activate/Initialize
Magic Zoom™ API
Settings wizard
User experience
Opacity, 0-100:
Opacity reverse:
Smoothing:
Smoothing speed, 0-100:
FPS:
Show title:
top
bottom
false
Zoom fade:
Zoom fade-in speed, ms:
Zoom fade-out speed, ms:
Geometry
Zoom width, px:
Zoom height, px:
Zoom distance, px:
Zoom position:
right
left
top
bottom
inner
Zoom mode
Drag mode:
Move on click:
Preserve position:
x, px:
y, px:
Click to activate:
Entire image:
Thumb change:
click
mouseover
Selectors mouseover delay, ms:
Selectors effect:
dissolve
fade
false
Selectors effect speed, ms:
1. Choose your settings.
2. Click apply:
Apply
Your customised zoom and HTML are below.
Here's the code:
<!-- Define Magic Zoom -->
<
a
href
=
"images/r1-red-3.jpg"
class
=
"MagicZoom"
rel
=
""
id
=
"zoom"
title
=
"Red Yamaha YZF-R1"
><
img
src
=
"images/r1-red-2.jpg"
/
><
/
a
><
br
/
>
<!-- Selector with standard title -->
<
a
href
=
"images/r1-red-3.jpg"
rel
=
"zoom-id:zoom;"
rev
=
"images/r1-red-2.jpg"
title
=
"Red Yamaha YZF-R1"
><
img
src
=
"images/r1-red-1.jpg"
/
><
/
a
>
<!-- Selector with different title and resized zoom window -->
<
a
href
=
"images/r1-black-3.jpg"
rel
=
"zoom-id:zoom;zoom-width:600px;zoom-height:200px;"
rev
=
"images/r1-black-2.jpg"
title
=
"Black Yamaha YZF-R1"
><
img
src
=
"images/r1-black-1.jpg"
/
><
/
a
>
<!-- Selector without title and with inverted opacity -->
<
a
href
=
"images/r1-blue-3.jpg"
rel
=
"zoom-id:zoom;opacity-reverse:true;show-title:false;"
rev
=
"images/r1-blue-2.jpg"
><
img
src
=
"images/r1-blue-1.jpg"
/
><
/
a
>