Magic Magnify™
Overview
Settings wizard
Examples
Default parameters
Borders
Magnifier shape
Magnifier effect
Magnifier filter
Custom image
Multiple images
Blur and transparency
Link to URL
Activate on click
Click to hold
Callback function
Magnifier simulate
Magnifier effect
Buy now £29
Get support
Fade effect (the default).
Pulse effect.
<
html
>
<
head
>
<
title
>
Magic Magnify: Magnifier effect
<
/
title
>
<!-- link to magicmagnify/magicmagnify.js file -->
<
script
src
=
"magicmagnify/magicmagnify.js"
type
=
"text/javascript"
><
/
script
>
<
/
head
>
<
body
>
<
div
class
=
"w50"
>
<
p
>
Fade effect (the default).
<
/
p
>
<
a
href
=
"images/shoe_large.jpg"
class
=
"MagicMagnify"
rel
=
"magnifier-effect:fade;"
><
img
src
=
"images/shoe_small.jpg"
/
><
/
a
>
<
/
div
>
<
div
class
=
"w50"
>
<
p
>
Pulse effect.
<
/
p
>
<
a
href
=
"images/shoe_large.jpg"
class
=
"MagicMagnify"
rel
=
"magnifier-effect:pulse;"
><
img
src
=
"images/shoe_small.jpg"
/
><
/
a
>
<
/
div
>
<
div
class
=
"clear"
>
<
/
div
>
<
/
body
>
<
/
html
>