Bonjour,
Voila, je voulais installer Fancyzoom pour mon site Iweb, mais lorsque je veux changer html ( instruction 4 ci-dessous) sa ne fait rien, il change rien. Quelqu'un à la réponse ? Je vous remercie !
Instructions
Installing FancyZoom on your web pages should be dead simple.
1 Download the FancyZoom package, right here:
FancyZoom 1.1.zip (53 KB)
2 Using Transmit (or your favorite FTP client), upload the two folders inside the package to the root of your webserver.
3Add the following two lines of code to the <head> section at the top of your web page(s):
<script src="/js-global/FancyZoom.js" type="text/javascript"></script>
<script src="/js-global/FancyZoomHTML.js" type="text/javascript"></script>
4Add onload="setupZoom()" inside your page's existing <body> tag. For example:
<body id="whatever" [...] onload="setupZoom()">
5Whoah. You're done! The rest is automatic links to images in your page will automatically zoom the images. For example:
<a href="image.jpg"><img src="image-thumbnail.jpg" /></a> will zoom up image.jpg when clicked.
Voila, je voulais installer Fancyzoom pour mon site Iweb, mais lorsque je veux changer html ( instruction 4 ci-dessous) sa ne fait rien, il change rien. Quelqu'un à la réponse ? Je vous remercie !
Instructions
Installing FancyZoom on your web pages should be dead simple.
1 Download the FancyZoom package, right here:
FancyZoom 1.1.zip (53 KB)
2 Using Transmit (or your favorite FTP client), upload the two folders inside the package to the root of your webserver.
3Add the following two lines of code to the <head> section at the top of your web page(s):
<script src="/js-global/FancyZoom.js" type="text/javascript"></script>
<script src="/js-global/FancyZoomHTML.js" type="text/javascript"></script>
4Add onload="setupZoom()" inside your page's existing <body> tag. For example:
<body id="whatever" [...] onload="setupZoom()">
5Whoah. You're done! The rest is automatic links to images in your page will automatically zoom the images. For example:
<a href="image.jpg"><img src="image-thumbnail.jpg" /></a> will zoom up image.jpg when clicked.