Cabel.Cabel.

FancyZoom 1.1

Update: Version 1.1 released 2/8/08. Good bug fixes + Opera compatibility!

...so I fought back the charging Guanaco, immediately hopped on my paraglider, and basically caught the first flight out of Chile — but not without dealing with some cantankerous customs inspectors while drinking a cool glass of chicha. Really sorry it took so long! But hey, two years later, it's finally done!

Smooth Javascript Image Zooming For Your Web Pages

This much-requested chunk of Javascript to zoom images inline, originally written for this blog but later rolled out to the Panic website and used for screenshots, is now polished up, bug-fixed, available for you to use on your website!

Designed to view full-size photos and images inline without requiring a separate web page load, FancyZoom's raison d’être (French for "raisin-determination") is providing a smooth, clean, truly Mac-like effect, almost like it's a function of Safari itself. Since I originally wrote this script, there are now a lot of image zoomers to choose from (including a similar effect now on Apple's own site!), such as the popular (and inspiring) Lightbox. So you might be asking: "Cabel, why use FancyZoom?" Well, here's why!
  • Focused on the smoothest, most polished zooming animation possible
  • Automatically scales images from any image link, with no HTML changes
  • Preloads full-size images in the background on link mouseover
  • No resource-heavy Javascript libraries — 100% coded from scratch to zoom
  • Draws a nice drop shadow under the full-size image to offset it from the page
  • Uses Safari 3's "box-shadow" feature to draw the drop shadow natively, no images required
  • Requires only two new lines of code in your HTML
  • Tested and works with Safari, Firefox, IE7, and IE6. (Looks better in modern browsers.)

Since FancyZoom is so easy to add to a web page, I encourage you to give it a try!

Instructions

Installing FancyZoom on your web pages should be dead simple.

1 Download the FancyZoom package, right here:


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.

Additional Details

There are a few extra notes that you might find useful.
Want to add a caption? Add a title tag in your href. That's it!

FancyZoom will use the size of the first element in the href to determine the initial size and location of the zoom.

FancyZoom works best if you wrap your href around a thumbnail, but also works from text-only links to images.

FancyZoom will attach itself to any jpg, gif, png, bmp, or tiff link in your page.

If you're a Javascript hacker, FancyZoom's flexible fadeIn and fadeOut functions can be used for all sorts of fun stuff.

If you explicitly don't want an image to zoom, add a rel="nozoom" tag to your href.

Example

It's both an example, and some random pictures from Macworld Expo 2008!

Release Notes

Version 1.1 released 2/8/2008.
  • Improved Opera compatibility
  • Fixed an issue that would cause crazy infinite zooming
  • Improves caption behavior in certain situations
  • Now returns any alt-clicks and command-clicks back to the browser, for standard behavior (open in new tab, etc.)

License

FancyZoom is totally free for your non-commercial website.

In a bit of an experiment: if your website is commercial (i.e. makes you money), you can license FancyZoom for $39 per site, a one-time fee. Instantly add nice image zooming to your site. Click here to instantly and securely buy a license.

Enjoy

I hope you and your websites enjoy FancyZoom. If you make any cool changes or improvements, let me know! And if you have awesome feedback, or find weird bugs, drop word in the comments.

PS: Yes, you can even hold shift when you click an image. The Apple tradition continues!

731 Comments:

«Oldest ‹Older 401 – 600 of 731 Newer› Newest»
great job!
Anonymous Anonymous 8/22/2008 11:27 AM  
that's great and works well with shifting pixel's smart image resizer (http://shiftingpixel.com/2008/03/03/smart-image-resizer/).

however reinvigorate's tracking script seems to break it. at least for me.

thought i let you know :)
Anonymous Anonymous 8/23/2008 12:46 PM  
Have u noticed that in IE7 the close button doesn't align to the top left as good as in firefox 3
Anonymous Anonymous 8/25/2008 1:47 AM  
Have u noticed that in IE7 the close button doesn't align to the top left as good as in firefox 3
Anonymous Anonymous 8/25/2008 1:47 AM  
I haven't read through all the comments so sorry if this is a duplication…

I'm using fancy zoom for my portfolio and as I'm building and testing on a small laptop I noticed that the nice resize function to make the image fit in the browser shrinks the image in my tiny resolution. My much more talented other half came up with a fix to allow images to be taller than the browser window,should you want such a thing!

In the window size function he changed it to this
myHeight = window.innerWidth;
myScroll = window.pageYOffset-(window.innerWidth/4);

I haven't fully tested it yet but it's certainly working in safari and firefox on a mac.

Thanks for the fantastic script.
Blogger Unknown 8/25/2008 11:34 AM  
Help! In IE7 my site works fine with your very cool effect, but on my firefox 2 and 3 I have two issues:
1. my pictures have different sizes, but the size gets stuck at the first one and all others are displayed with wrong size
2. during zoom it shows the last picture and on full it switches.

What can I do? :-((

See here: http://www.dm-com.com/PC_Hardware_test.html
Anonymous Anonymous 8/25/2008 12:41 PM  
Great! Thank you for the free lincese too!

I am trying to make it work for blooger, but it doesn't, how can I do that? Help appreciated.
Blogger Webmaster: Andrés Hidalgo 8/25/2008 1:50 PM  
Just wanted to give you the heads-up on a bug. I know a lot of designers who use a style sheet global reset (eg. reset.css). If this is the case, then all td's will be cleared and won't show the proper background for the side and top shadows because the 'background' value is set to 'transparent' which causes a bug.
Anonymous Anonymous 8/26/2008 11:19 AM  
Is there a way to add an external link from the image or the title? Basically, I would like to use this concept to link from the image to another website. Is this possible?
Anonymous Anonymous 8/26/2008 7:00 PM  
of course i mean a link from the zoomed image or the title that prints below the zoomed image
Anonymous Anonymous 8/26/2008 9:11 PM  
of course i mean a link from the zoomed image or the title that prints below the zoomed image
Anonymous Anonymous 8/26/2008 9:12 PM  
is it possible to get fancy zoom on a flash website?
it is possible with lightbox but is there anyone who knows how to get fancy zoom on an flashwebsite

cao

thanks
Anonymous Anonymous 8/27/2008 12:26 AM  
Hi

This is great work! But I need to know if it can zoom a div element that will have nested divs and a Photo of course! If not, please let me know if you would charge for the enhancements! Thanks.

--Alam
Anonymous Anonymous 8/28/2008 8:13 AM  
Fixing the shadow for IE is extremely easy.

First, in FancyZoomHTML.js, we set inShadowTable.style.borderCollapse to ‘collapse’.

Second, for each table cell that displays an image in the foreground or in the background (i. e. for each cell except the one in the middle), remove the shadow image (be it foreground or background) and do <cell>.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+zoomImagesURI+"zoom-shadow<n>.png', sizingMethod='scale')";

This is it, we now have the shadow working in Internet Explorer—if we remove the ‘&& ! browserIsIE’ from line 95 of FancyZoomHTML.js, of course.
Blogger Chortos-2 8/28/2008 5:01 PM  
Oh, I did manage to forget something.


Third, we have to specify style.height for the second table row; we may as well not specify style.height for the entire table, should we wish not to do so. (At least this is the way how it works in IE 7—I am sure the previous points work for IE 6 but I am not sure about this one, although I think it should.)
Blogger Chortos-2 8/28/2008 5:07 PM  
To jessica.

I changed:

function getSize() {

// Window Size

if (self.innerHeight) { // Everyone but IE
myWidth = window.innerWidth;
myHeight = window.innerHeight;
myScroll = window.pageYOffset;

for:

function getSize() {

// Window Size

if (self.innerHeight) { // Everyone but IE
myWidth = window.innerWidth;
myHeight = window.innerHeight;
myScroll = window.pageYOffset-(window.innerWidth/4);

and the images are not taller than the browser window, sorry.
Anonymous Anonymous 8/30/2008 2:51 AM  
You know you have hit the big time when the McCain campaign is using FancyZoom. How young of them!
Anonymous Anonymous 8/30/2008 7:00 PM  
Congratulations!!! It looks and works really nice.
Blogger Enrique Araiza 8/30/2008 8:34 PM  
Hello,

this plugin is exactly what I was looking for! :)
But I have some problems with displaying the png’s and the title. For some unknown reason the png’s doesn’t work with transparency except the shadows in Opera and FireFox. In IE7 even the shadows won’t appear. The closebutton appears a bit offset the picture. I don’t know if this should be like this but in IE7 it is positioned in the upper left corner without being outside of the picture wich looks better to me.

The titles whyever showing only the first word of the title and nothing more :(

I’m using WP 2.6 and Vista Ultimate. Any chance to solve this problem? For Opera and Firefox it would be okay to hide the close-button but i don’t know how.

Any help would be great!! This script delivers the most elegant way to load pictures. Don’t want to miss it.

Last but not least:

Is there a possibility to load Flash content with this plugin?

Regards from Berlin,
Jiggy
Anonymous Anonymous 8/31/2008 4:25 AM  
Really awesome. Just bought a license, great stuff. See it in action on http://wakoopa.com

One feature request would be to enable next/prev buttons within the box, if only by using your numpad or something. But anyway, love the script as it is :)
Anonymous Anonymous 9/01/2008 8:17 AM  
This is quite cool. Thanks!

I'm also considering installing it, but have not yet. I realize this is intended for use with modern browsers and see that "it does not work properly with Opera" but when it "does not work properly" with older browsers, how does it behave? Does it do nothing at all or does it still function "somewhat" in a limited way (open full-size image in separate window or similar)?
Anonymous Anonymous 9/02/2008 12:09 PM  
Everything is good in ur codings, I have a problem on loading the images that are added in the FancyZoom, when I upload the file on the navigation and click on the photo their is no problem on maken it biger this wheir I find an x mark on the pace of a small photo that replaced the image that suposed to be. can u help me?
thk u
Anonymous Anonymous 9/03/2008 1:50 AM  
For what reason would the zoomed image not have captions or the close button. I did put titles in A href.


Thanks


JIM
Anonymous Anonymous 9/06/2008 4:58 AM  
excellent work, super easy installation, good for people with lack of js knowledge

one thing however

if you have a flash movie embeded on a page and then click a screenshot, the enlarged image goes behind the movie, well part of it anyway.

any ideas?

Jon
Anonymous Anonymous 9/06/2008 8:23 AM  
Anonymous Anonymous 9/08/2008 6:31 PM  
Anonymous Anonymous 9/08/2008 6:31 PM  
we don't think it is reasonable to spend hundreds thousands dollars to buy a decorating

watch. you can use those money to invest in other industry which will return you good

profit.
watches ebayare made by the rating 1:1 according

to the original watches, and you can't distinguish the original and the fake watches when

you look at the surface of the watches.
batteries
Anonymous Anonymous 9/08/2008 6:53 PM  
Have a grate solution about image zooming or image magnification.

Can i also Play video after Zoomming of thumbnail.
Blogger Tiggem 9/08/2008 10:43 PM  
FancyZoom is great, but I, like @kari.patila above, am using it in conjunction with Eric Meyer's reset.css and am having an issue with the drop shadow. Although @kari.patila listed a fix, it does not seem to correct the problem. Has anyone else here successfully tweaked it to work with reset.css? Any help would be greatly appreciated!!
Anonymous Anonymous 9/09/2008 8:29 AM  
Please ignore the last comment, I just realized there were more recent comments which addressed the reset.css issue

Thanks!
Anonymous Anonymous 9/09/2008 8:33 AM  
Me, again...I guess I should point out that on the cabel.name post only the first page of comments are accessible. The Older/Newer links don't seem to work properly. Sorry for another comments, just thought you would appreciate the tip! :-)
Anonymous Anonymous 9/09/2008 8:38 AM  
Hey man you were in Chile...........

cool
Anonymous Anonymous 9/13/2008 10:13 PM  
Thank you, the script works well... The only thing bothering me, there seems to be a "missing close box icon"... I have a question-mark there, even though the "closebox.png" is in place...
Anonymous Anonymous 9/15/2008 1:09 AM  
Cabel, your testing logic for if a link is an image is flawed, as it will catch any URL that contains ".gif" (or any other extention) within the domain name..

for example the domain name http://www.gifttool.com will trigger the zoom effect even if its linking to and HTML page.


here is the faulty line..

if (links[i].getAttribute("href").search(/(.*)\.(jpg|jpeg|gif|png|bmp|tif|tiff)/gi) != -1) {
Blogger Alex Duffield 9/15/2008 5:29 PM  
My pics dont have the shadow or have the close x button . Zoom works okay, but I dont have those other functions. Am i doing something wrong?
Anonymous Anonymous 9/16/2008 3:37 PM  
Is there any solution for blogger.com-blogs yet???

PLEASE!
Blogger LeJou 9/17/2008 10:12 AM  
Hi!,
I've been having troubles when trying the script in my localhost and in one old server.
When you click the image the script doesn't do anything it simply goes to de image url as if it was a normal link.
To solver:
Change:

[script src="/js-global/FancyZoom.js" type="text/javascript">[/script>
[script src="/js-global/FancyZoomHTML.js" type="text/javascript">[/script>

With:
[script src="js-global/FancyZoom.js" type="text/javascript">[/script>
[script src="js-global/FancyZoomHTML.js" type="text/javascript">[/script>


CHANGE "[" with "<"

And inside FancyZoom.js
Change line 44:
var zoomImagesURI = '/images-global/zoom/';
With:
var zoomImagesURI = 'images-global/zoom/';

Maybe it helps somebody :-)
Anonymous Anonymous 9/19/2008 11:38 AM  
great script! seems so easy to use... will test it asap!
thanks!
Blogger Unknown 9/21/2008 2:01 AM  
Perfect!!! Just perfect!

http://mythologica.fr/grec/artemis2.htm
Blogger Sortilege 9/21/2008 3:51 AM  
are you filipino?

and how do you use it on blogger. i see you using it on blogger. do i have to buy hosting services?
Anonymous Anonymous 9/21/2008 1:11 PM  
I'm doing a site for a client and was hoping to use Fancyzoom to display heaps of pics. But the client tells me the page won't zoom on his Apple Mac. I don't have access to a Mac to test. Can someone confirm the zoom feature works OK on a Mac?
Anonymous Anonymous 9/21/2008 6:58 PM  
I would love to purchase however I'm seeing a strange layout issue for IE6. Can you contact me clurey@callpod.com
Blogger Craig Lurey 9/25/2008 12:20 PM  
I too am running into the dreaded aspect ratio issue. The first image after a reload is zoomed to the correct size, but any others get zoomed to the same size. It's odd in that it only seems to happen in Safari on my mac, IE Win (for once) was fine.

I dug through the code and it seems to be caused because the zoom function reuses an old copy of the pre-loaded image object. Luckily, I'm going to be using this on an Intranet so I just commented out the code in the pre-loading function that prevented the pre-load from re-running. This way the pre-load object to be refreshed on every mouse-over.

Great little script, well worth the $39 (just bought my license)!
Anonymous Anonymous 9/29/2008 5:18 PM  
Is there any chance that you can change it so that instead of it taking the title from the url ([a]) tag, it will take it from the [img] tag itself. As I am using wordpress, it's easier as I don't have to manually retype the title in the [a] tag.
Blogger linkinstreet 10/08/2008 8:32 PM  
Wow wow great script! I love it!
Anonymous Anonymous 10/09/2008 4:05 AM  
Fancyzoom not working for you?

Wasn't for me for months until I took the time to troubleshoot. I tracked down the issue to adblockplus (Firefox naturally). There's hundreds of filters in there and one of them was bunging up fancyzoom. Instead of going through them one by one (I'm not mad), I just disabled all those that had zero hits, refreshed the page with fancyzoom installed, and viola! it works now.
Anonymous Anonymous 10/09/2008 6:16 PM  
I like your FancZoom very much, opening a foto clicking a thumbnail or a text string.
Would it also be possible to open a foto with FancyString clicking on an area-tag? Could you advice me ?
Thanks!
Anonymous Anonymous 10/10/2008 1:03 AM  
Hey Cabel,

Fantastic script -- thanks so much. Curious, though: is there a way to adjust out fast the image fades in/out?

Thanks!
Anonymous Anonymous 10/11/2008 8:50 AM  
The zoomed-in image sometimes shows a 1 px wide white line ontop and/or the left side. I'm not sure but it seems it has something to do with the zooming-algorithm.
However, this is easy to fix by adding the following (only the bold lines) to FancyZoom.js, after line 213:

...
endW = imgPreload.width;
endH = imgPreload.height;
if ((endH + myHeight +1) % 2 == 0) { endH -=1; }
if ((endW + myWidth +1) % 2 == 0) { endW -=1; }



Cheers!
Anonymous Anonymous 10/14/2008 7:13 AM  
Hi, nice Work, but it dont work on my scripts !?? What do i wrong?

http://www.irrbert.de/zoomtest

and

http://worstcasestudio.de/login/Teamfotos/zoomtest.html

Greets.
Anonymous Anonymous 10/15/2008 2:09 PM  
White border for images is always a good choice. It looks attractive when we view the image. But some wont look good when the image is of light color, in that instance black border is the best choice. I mostly like red border for all images. Images from Digital camera are more clear then Mobile Camera, since the pixel range is high in case of digital camera. SO go for Digital Camera.
====================================
Bruce Williams

http://www.sexxat.com/livechat.html
Blogger Bruce Williams 10/17/2008 2:37 AM  
Hellow

Is it possible to use Fancyzoom into IWEB? And if Yes, how can you do this. Drop the image into iweb and then?

Thanks for you're help
Blogger Jochen 10/20/2008 5:30 AM  
Hi,

I tried it on my website, but is doesn't work..
First I had lightbox, so i deleted everything of lightbox but still it doesn't work.
I've checked the codes over and over but I can't find the problem.

Maybe someone can help? 'Cause I really want to use this!
Anonymous Anonymous 10/20/2008 5:52 AM  
Is it possible to use it only with
?

I already changed every "img" in "a" and every "src" in "href"..

Thank you

Anica
Anonymous Anonymous 10/21/2008 6:09 AM  
Thanks Cabel for that nice job you have made.
I have small question, can I use your nice Ajax in my university website?

Thanks..
Anonymous Anonymous 10/21/2008 2:18 PM  
Hi,

FancyZoom is a very nice tool, but I have a problem with it. Sorry, if my english is not ok - I write you from germany and I have learn english ago 40 years!!

Now, I have doing all, what you have written in your instructions, but the picture will not zoom as in your examples. I have build in a thubnail and will zoom another picture ( pls. see this code: [a href="../../images/traeger/GIVI-Traeger-Platten.jpg"][img src="../../images/traeger/th_givi-platte-E.gif" alt="GIVI Platte E" width="100" height="61" border="0" style="cursor:pointer" title="GIVI Platte E" onFocus="if(this.blur)this.blur()"][/a] ). Is this correct?
The site where this tool is bild in, is included as iframe. May be, is this the problem?
I'm happy, if you will give me an answer - perhaps in german ? ;-))

Greeting
Desmo
Blogger Unknown 10/23/2008 9:49 AM  
Is there any way I can make a line of text open a new image?
Anonymous Anonymous 10/24/2008 6:25 AM  
Hey, this is a FANTASTIC script. However I do have one issue I'm hoping somebody could help with.

I'm linking to differently sized images. Say I open the zoom the first portrait-sized image - brilliant, looks great.

But, the next image is landscape. I zoom it and it retains the dimensions of the portrait image, meaning it looks totally pulled and strange.

Is this a bug? Is a fix coming? I'm using the latest Firefox...

Thanks!
Anonymous Anonymous 10/24/2008 7:35 AM  
I HAVE A PROBLEM... when I load dynamic content through ajax i lose the fancy zoom for the pictures that are dynamically loaded, im guessing its because they don't get setup in the body onload since they are produced dynamically... Is there anything I can do to get these pictures with fancy zoom even though it was dynamically produced.

Thanks anyone, P
Anonymous Anonymous 10/27/2008 4:14 PM  
Hey Cabel --
I'm using a style on my "td" so when the title comes up it keeps the padding I set in my main .css file. Maybe you can use special class for your td that has no padding? or something to fix this?
Anonymous Anonymous 10/27/2008 6:53 PM  
It would be great to have an option to dim the background (like lightview) and also to add some sort of "gallery" option.
Dimming the background is a must because it enhaces the effect and the focus is in the picture clicked
Blogger Emiliano Elias 10/28/2008 11:51 AM  
can you use it with joomla 1.5?
Anonymous Anonymous 11/03/2008 9:07 AM  
Hi Cabel - good work here. Any idea why the cool looking background images and such don't work (they do in Firefox). I am not seeing them in IE7.

Any ideas or workarounds here?
Anonymous Anonymous 11/05/2008 7:30 AM  
This is awesome, great job.
Anonymous Anonymous 11/05/2008 4:35 PM  
hey, neat script but i have a problem that the closebox.png and title box doesnt wanna show up while the shadow works fine.

is there anyone who can help me? Thanks before

ViNa
Blogger missy messy life 11/05/2008 9:53 PM  
Is anyone else having the problem that the images included in the zip file are not showing up when you follow the directions?
Blogger Unknown 11/06/2008 2:21 PM  
Is anyone else having the problem where the script works good but the images such as the close window X in the corner.. do not show up. When i preview, i am getting the missing image icon. Help i love this effect.
Anonymous Anonymous 11/07/2008 9:05 AM  
Installed and ALMOST working here: http://www.jameskocsis.com/portfolio08/

This WP theme pulls the image and URL from custom fields in the entry, not the standard Title and Post fields (the tool tip uses that data for the hover).

Screen shot of how the data is entered in WP:
http://img.skitch.com/20081112-djtujfyf131rm3xsrfkng1wwi8.jpg

I'm thinking that's where the problem lies. FacyZoom pulls the image but it doesn't seem to size or position it correctly.

I have a topic posted in the forum for the WP theme but figured I'd also post it here.
Blogger James Kocsis 11/11/2008 6:11 PM  
Hi,

Great scrpt, nut i'm having trouble using it with tabber.js.

If i modify the body tag, somehow tabber.js doesn't show..

Of course i i don't do it... FanzyZoom doesn't show...

Any idea...?

Thanks
Anonymous Anonymous 11/13/2008 3:29 AM  
I have a problem. I've designed an Ajax slideshow. When i start the page it works, but when i refresh only my slideshow the images change and de fancybox dont work.

Any solution?

I tried to change de .js but et very dificult to understand by me...
Blogger Eric Miralpeix 11/13/2008 5:06 PM  
Is there a way to set it up for image maps? In my case it doesn't work :-(
Anonymous Anonymous 11/17/2008 9:24 AM  
I like it the script. I would like to see a lightbox.js-like png background that diminishes the body from the zoomed image. It could use a bit of an artistic touch, but I am thinking of using it for my site, http://www.seattlemodernarnis.com for my directory images. I have used a similar script in the past, but it was heavy in loading.
Anonymous Anonymous 11/20/2008 1:46 PM  
I love this script. One of the best Lightbox Scripts I have ever seen!

Thank you very much!
Tobi
Anonymous Anonymous 11/22/2008 5:30 AM  
Couple of issues with this script:
1. In Firefox 3 there's no zoom.
2. In IE7 the first image clicked zooms out to nothing.

Other than that, not bad.
Anonymous Anonymous 11/26/2008 6:14 AM  
I added the following code (where needed) to fix some issues related to the CSS Reset used in some common frameworks.

inCol8.setAttribute('style', 'background: url('+zoomImagesURI+'zoom-shadow7.png);');

I hope this helps some other people.
Anonymous Anonymous 11/28/2008 9:09 AM  
hey Cabel, great script, but it's been "killed" when i use a mootools script at the same time. I noticed that Mike asked the same question above, would be great if anyone had a solution, cos i need to use the mootools tips and the zoom at the same time and i cant right now.

Thanks
kevin
Blogger Unknown 11/30/2008 2:01 PM  
Hey it looks nice, have a question however. I am hosting the images via picasa (as I am hosting the site on my home Linux server and have only a 3/4 MB DSL line) FancyZoom appears to be downloading the image to my home and then passing it up to the user. Is this true?
Anonymous Anonymous 12/29/2008 11:10 AM  
Doesn't work with IE7 as Drupal Module. Please, check here:

http://drupal.org/node/297945
Anonymous Anonymous 1/01/2009 4:32 AM  
Small problem (I'm not particular good at this):

I get a problem with the linking. I have put the maps in the root folder and followed the rest of the instructions but it won't work. I asked my self: why is there a slash ("/") in front of the links to FancyZoom.js and FancyZoomHTML.js?

So I took it away (so it became like this: src="js-global/FancyZoom.js") and it finally worked.

Except for the images that won't load and which also have the slash in front of them. How come? Can somebody help me?

//Dennis
Anonymous Anonymous 1/01/2009 10:14 AM  
Hi,

my name is Massimo. First, let me say that you did a great work on this script. I wanted to ask you if there is an easy way to make the enlarged/zoomed images printable in any easy way. We try to have some tables or schedules that it will be nice to print after opening, but when we do that we get the whole page in the background. Any idea on how to fix it? Please let me know.

Thank you in advance, Massimo.
Blogger Massi 1/04/2009 8:14 AM  
Hey, just noticed line 42 of FancyZoom.js seems to be missing a )

"var shadowSettings = '0px 5px 25px rgba(0, 0, 0, ';"

Started browsing the code and well.. I saw it right away.. Doesn't seem to affect it though.. does it matter?
Anonymous Anonymous 1/06/2009 5:27 AM  
I have run into some difficulty in installing this script. I've emailed you, as I cannot see a difference between my source code and others.

www.baragar.net/personal is the location where I have tried the installation.
Blogger no name 1/10/2009 7:33 AM  
Any way to zoom on hover instead of click?
Blogger Unknown 1/13/2009 6:43 PM  
I get a question mark in the upper left of the zoomed photo. Please help me solve that.
&, where are those cool Icon's you used? I looked through the CSS and can't find a reference to them. Thank you.
Anonymous Anonymous 1/13/2009 8:52 PM  
I am experiencing a slight problem on firefox 3.05. The container is bigger than the image, the image appears aligned to the left but I can see a big portion with a white background to the right.

screenie here
http://jesgue.homelinux.org/other-files/fancyzoom.jpg
site here
http://www.yobonobo.es/bio/

I have no idea what could be going wrong. I am getting adequate visualizations (maybe not complete, but they look fine) on ie6 under wine (linux) and arora (which uses webkit). Konqueror (khtml) is in the middle. It shows something line in firefox, but the size of the popup is almost correct.
Anonymous Anonymous 1/14/2009 1:35 PM  
I tried playing with it on Wndows XP, but whilst I can get the zoomed image, there doesn't seem to be any shadow effect or closing X, just an enlarged image... should I be doing something else?

Andy
Anonymous Anonymous 1/20/2009 8:10 AM  
Hi, awesome script.

I think i found a bug in FF 3.0.5:

When I click on the image after page was loading and dont have moved my mouse yet, then the zooms starts without the image.
its only an enmpty container.

Greetz from germany.
Anonymous Anonymous 1/20/2009 9:16 AM  
wow, I love this... thank you!!
Anonymous Anonymous 1/20/2009 10:05 AM  
Like others have said it looks terrible in IE. I think that is a dealbreaker. I want to use it but I don't want to get calls from CEOs who probably all use IE6.
Blogger Unknown 1/21/2009 9:00 AM  
One of the best tools that i`ve see!!! congrats man!!!
From Argentina blessings!
Anonymous Anonymous 1/21/2009 11:57 AM  
Does anyone know if it works with SWF files ? or can you use this as a modal pop up and display another HTML page inside the popup ?
Blogger Steve Miceli 1/22/2009 6:01 AM  
Congratulations for your work!
Its perfect!!!! Thank you very much!! :)

Carlos
from brazil
Anonymous Anonymous 1/22/2009 1:33 PM  
ZUPPERRRRRRRRRRRRR !!!!!!!!!!!!!
Anonymous Anonymous 1/23/2009 11:58 AM  
Need some help here, please! I want to use FancyZoom in one of my blog in Blogger/blogspot. What should I do since I can't upload the files to the root? I've tryed in my test blog and the zoom happens but no spinning ou shadows. Thank you!

Pat Anzanello
Anonymous Anonymous 1/26/2009 3:00 PM  
i'm a beginner here - when i download the file and extract it, it says that there is already a file with that name even if there isn't... so all i end up with are two files that don't have any data... i know i must be doing something wrong... any help would be awesome!
Blogger Unknown 1/28/2009 10:54 PM  
very good efect java script images
Anonymous Anonymous 1/29/2009 6:09 AM  
Hi cabel,

Its great man. So nice script by you. Is their any solution to zooming the div or table aspect of an image? Actually i want to zoom other elements like div, table, panel etc.
Anonymous Anonymous 1/31/2009 2:54 AM  
Very nice script!

Maybe there should be a imgPreload.onerror event though, because sometimes you have html pages that have an .png or .jpg extension on it.

blogspot for example: http://1.bp.blogspot.com/_Q87phprIbdY/SXs_aRZSepI/AAAAAAAAES4/_boCLrkIbnI/s1600-h/Picture+1.png

This isn't an image. If you click on the fancyzoom link you'll get the preloadimage forever.
Anonymous Anonymous 2/02/2009 8:27 AM  
Is it possible to set the position of where the fancy zoom pops up? I'm having a problem where it expands past the top of the page, and you can't scroll up to see it.
Anonymous Anonymous 2/04/2009 12:50 PM  
Lovley and works perfectly.
Looks like i will buy it for 3 sites.
Maybe 4 :-)

However i have a question.
Can i moove the caption so its ontop of the image?
Or even better on the image in the upper part?
Blogger Leon 2/05/2009 6:23 AM  
Currently clicking anywhere in the image closes it (zooms back up). But it would be great if clicking on the right side took the user to the next time.
Anonymous Anonymous 2/07/2009 11:28 AM  
Really Great! Check it out in Internet Explorer 8. I know its only release candidate but the little cross don't show up!

Also is it possible to grey out the background (to make it stand out better) would look cool!

Sorry Im just being nit picky on a great (FREE) piece of code!
Anonymous Anonymous 2/07/2009 4:44 PM  
is there any help available for the plug-in? - i had it working fine with one theme, then when i updated the theme it is gone (and yes i inserted the js as per instructions)
anyway, would love to have it back as clicking on images now jumps to the larger image on a new screen)
Anonymous Anonymous 2/09/2009 1:52 PM  
great job!
but if i want to launch the script from a flash swf, wich is the string or the actual function to call?

i've tried width zoomClick("pippo.jpg");

can you help me?

thx
Blogger berto 2/11/2009 1:56 AM  
How do you install on a Blogger site? Where does the js go?
Blogger Tom Kirkpatrick 2/11/2009 10:36 AM  
awesome mullet in that center image!
Anonymous Anonymous 2/11/2009 12:29 PM  
Fantastic script.

Just one thing : is it possible to go to the next or previous images without closing the box ?

Maybe in a future update...
Anonymous Anonymous 2/20/2009 4:39 PM  
great job! 20,000 views yesterday and no problems... $39.00 adsense will pay for it in a matter of hours.

Thanks
WantAdDigest.com
Classifieds
Anonymous Anonymous 2/24/2009 7:08 AM  
FancyZoom seems not to display the drop shadow completely except on top of other images, as seen here, in Safari 4 Beta. I'll also submit a bug report to Apple.
Blogger Zev Eisenberg 2/24/2009 9:12 AM  
Hi, this is really really nice!!!! I use the drupal module V 6.x-1.1 in testing now.
But I have one question: I use lots of pictures with different formats in height and width and they are randomly chosen.
So when I click to enlarge the pictures sometimes FZ gets the wrong proportion in height/width in the enlarged image?
Does the js calculates the height/width anytime or only the first time I click an image?

Any suggestions?
(fahri (at) konse (dot) de)
Anonymous Anonymous 3/01/2009 10:52 AM  
I love this script, but I too am having the same issues as the person above. When I link to different size images then click one, then click another one, the second image clicked will zoom to the size of the first zoom. I've stripped the page down to just the code from this site and it still does it. Anyone have a solution for this?
Blogger dan 3/03/2009 12:58 AM  
Nice Neat Script! The only thing is that when I try to add an image description using characters such as "ñ", or accented words "ó" the program automatically changes them to random letters so for example if I was to put España then it'll display Espaca. Other that this little bug it is indeed an awesome script.
Anonymous Anonymous 3/08/2009 9:45 AM  
nice script. thanks
Anonymous Anonymous 3/09/2009 7:26 PM  
Fantastic code!

Is it possible to redefine the width of the page?

I have a horizontal site and the enlarged image appears relative to the very left of the browser.

Example is here (with dodgy placeholder images):

http://www.wdmadvertising.com.au/facility-assist/

click "interior design"
the expand "recent projects"
and view "image gallery" :)

Any comments would be very much appreciated!
Blogger anonymous 3/10/2009 12:16 AM  
Good news! Even though FancyZoom is broken in Safari 4 beta, the newest WebKit build brings it back, so there's hope after all. It's still not happy in FireFox 3.1b2 though...
Blogger Zev Eisenberg 3/10/2009 6:04 PM  
Did anyone ever get this working with image map area tags? Titanium power mentions coding it up but I don't see where.

Thanks!
Joe Montibello
Anonymous Anonymous 3/11/2009 12:04 PM  
Hello, nice script. I use this often.
There is a problem with Fancy Zoom in Safari 4 Beta - there's no shadow.
It would be cool il you could fix that for Safari 4. Thanks. M
Anonymous Anonymous 3/14/2009 5:57 AM  
First of, I REALLY admire this plugin. I think it will become one of the most popular image plugins.

Please look at http://targmark.com/?page_id=5.

This is a test site for a web site I am working on.

The original images are at least 610px wide but zoom to only about half of that. How can I control the size of the zoom so it is the same as the original?
Blogger harkins.joe 3/14/2009 9:05 AM  
Hey Cabel- is there a way I can do this on a site like Tumblr where I can't put files in the root? Can I reference these folders from another server? Thanks for an awesome setup!
Anonymous Anonymous 3/14/2009 12:49 PM  
Just two words: thank you.

It's really a great script.
Anonymous Anonymous 3/15/2009 12:07 PM  
It's possible to take a png screenshot on OS X that includes the window's drop shadow with transparency. It looks pretty bad when it's zoomed with FancyZoom because of the double shadow. It would be nice to have a way to disable the shadow, either manually or with some kind of automagic detection. But if you have rel="nozoom" you should be able to do rel="noshadow" as well. See http://tuppis.com/lingon/ and scroll down to see screenshots of a window with a shadow used with FancyZoom.
Blogger Zev Eisenberg 3/15/2009 7:56 PM  
hi everyone,

just installed and it looks great, thanks for sharing!! just wondering though my image when clicked do not zoom it just opens up the images url? how can i stop this and make it work correctly?

thanks,
bec
Anonymous Anonymous 3/15/2009 11:24 PM  
Hey Cabel,

Thanks for building FancyZoom! For Wakoopa, I recently implemented gallery functionality into FancyZoom. I blogged about that here: Fancyzoom Image gallery functionality on kilianvalkhof.com

Cheers,
Kilian
Anonymous Anonymous 3/16/2009 10:10 AM  
Hello,

Can you please tell me if I need to be hosting my blogger blog on a .com server or can I also use it at the blogspot address to use this terrific image zoom?

Thanks VERY much!!!!
Blogger Srb412 3/16/2009 11:58 AM  
Thanks!
Anonymous Anonymous 3/17/2009 9:36 AM  
My images are not all the same size. When I click to zoom the first time, that sets the size of the box for additional photo clicks. This creates a distorted image.

Am I missing something?

Thanks Much - KJ
Blogger Unknown 3/18/2009 7:34 AM  
Very nice, but i don't seem to get the spinner or the cross to close the image. In fact i don't get any of the images in zoom folder..Can someone tell me why please.
Anonymous Anonymous 3/20/2009 3:00 PM  
Hey,

I love this script.
Is there a way to use it with quicktime files?
I've tried to play with it several times but can't seem to figure it out.
Anonymous Anonymous 3/24/2009 9:59 AM  
I have bought a licnse for one web site I'm developing and i am ready to do that for at least 4 more (I average a new site per week).

I have encountered a strange problem. The expansion in the same page works on some sites, but on others the expanded photo opens in a new page.

I cannot recognize anything that is different about those sites where FunnyZoom works and those that do not. The WP version is the same and, in at least one example, even the theme is the same.

Any idea what can fix this?
Anonymous Anonymous 3/26/2009 5:02 PM  
Hello,

The package contains two folders: a) __MACOSX; b) FancyZoom 1.1:

Two questions:
1) Are these the two folders you write about in your installation note at the begining?
2) I have no access to webserver root since I use a shared webserver. All I can do is work on my /home/public_html folder, so: Will Fancy works if I copy the two menctioned folders in /home/public_html folder?

Thanks a lot in advanced for your help.

JM
Anonymous Anonymous 3/26/2009 7:26 PM  
how can I make the description text or part of it a hyperlink?
htttp://www.sahibimolurmusun.com
Blogger Web Master 3/27/2009 5:29 AM  
Hi Cabel, Thanks for the great script. For those who were concerned with the zoom effect being covered by a flash movie it is an easy fix. All you need to do is republish the movie with the WMODE setting set to transparent in Flash Publish Settings. Then change the parameters in your web editor to WMODE, style transparent and the zoom will be on top.
http://www.morinekdizayn.com
Blogger Web Master 3/27/2009 6:28 AM  
I'm happy with this plugin - but not as happy (so far) as I could be. I have it installed on a commercial site where it works fine (www.villasgrenadines.com). I sent the $39 two days ago. I've installed it on other sites, also commercial, (such as - www.intbiza.com and www.millburndiner.com, and others), for which I am ready to pay the $39, but it does not work. The image opens in another window. I posted a support request on that issue here a few days ago - but it has not been published. So I'm trying again.

Further, I respectfully suggest that the format of an extended Comment thread is not appropriate to supporting a product one pays for. There are many versions of open source forum software that would do a better job than simplying adding to one long thread that is years old and wanders about through various issues. I do not mind paying for the good work that this plugin is, but I expect a professional support system. My apologies if I seem emotional about it. I'm really not. It's the simple fact of what I think.

joehark@earthlink.net
Anonymous Anonymous 3/28/2009 12:59 PM  
ahaha...love your description of "raison d'etre" raison determination...lol...where did you find that one??? "raison d'etre" REALLY MEANS "reason of being..." which makes much more sense in your article... ;P
Anonymous Anonymous 3/28/2009 1:31 PM  
This looks fantastic, but apparently I'm an idiot. I don't know a lot about web stuff, but this looked like something I'd be able to do...

Can anyone tell what I'm doing wrong? And please don;t make fun of my sloppy, awful HTML code...

Here's the page I'm testing this on:

http://dougkochmanski.com/2007/index_zoom.htm

Any help would be appreciated... I really want to use this!
Blogger Douglas Kochmanski 4/01/2009 9:44 AM  
very nice script i love it!
Anonymous bazz 4/03/2009 5:28 AM  
Hello this is Shiyam from India, I have downloaded "FancyZoom 1.1" and done as you directed, but it is not working on my web page "www.simply-relax.com/meditation.html" 1st image. CAn u pls sugges me what the error might be?

But any way what have give is precious for beginners in web designing like me.
If u do not mind pls reply me to "shiyam06@gmail.com"

Thank you
Shiyam
Anonymous Shiyam 4/07/2009 4:05 AM  
Hello,

I was wondering if you had tested this with MobileMe? Where would one put the files if they were using iDisk to store the files?
Anonymous Jona 4/09/2009 2:54 PM  
Thanks mate! precious information. :)
Anonymous Gabriel 4/12/2009 11:21 AM  
Hello, I was working on an implementation of an offshoot of this... http://orderedlist.com/articles/fancyzoom-meet-jquery

I was curious if someone would know how to have it fire right off the bat... (this code or the offshoot) I tried passing a click event and it works in FF but not IE... I did something like this

$(document).ready(function() {
$(".login").attr({"href":"#small_box"});
$('a.login').fancyZoom();

if ($(".errorLOGIN").length){
$("a.login").click(function () {
//alert ("Triggered");
$("a.login").fancyZoom();
});
$("a.login").trigger('click');
}
});

if I just do the trigger it works on both... but only FF passes the click event...

Any ideas?

Thank you
jeremyBass


(you can view the test on my sandbox/my url)
Anonymous jeremyBass 4/18/2009 10:57 AM  
Not sure if this has been brought up before -the thread is too long and at a quick glance I didn't see it.

None of the default fancyzoom images were showing for me (close, shadoes, loading, etc.). I manually change the path in FancyZoom.js like this:
from:
var zoomImagesURI = '/images-global/zoom/';
to
var zoomImagesURI = 'images-global/zoom/';

And now it works in all the browsers i've tested !!??

Don't understand why this happened but I hope it is useful to you.
Anonymous Anonymous 4/20/2009 9:21 AM  
Orgasmic. Great Job.
Anonymous Anonymous 4/24/2009 11:38 PM  
Question: Is there a way to prevent the pop-up image from scaling to fit within the window size?

I need the image to be displayed at 100% regardless the size of the window. Thanks.

---

It's a great innovation. Thank you for the contribution to the great world wide web. cheers!
Blogger Philemon 4/27/2009 3:29 PM  
Hi Cabel,

Is there a fix for the the ratio problem?
Anonymous Anonymous 4/28/2009 4:19 PM  
Very gud. Thanks!
Anonymous maxim 4/30/2009 4:06 PM  
I'm trying to get this to work but I am not having any luck. It works fine in Mozilla but not in IE. Any suggestions?
Anonymous Anonymous 5/02/2009 8:45 PM  
Try http://www.uize.com/
http://www.uize.com/examples/mag-view.html

Its simply amazin and free!!!
Anonymous Anonymous 7/17/2009 9:30 AM  
This doesn't work on my site that Imageready area shape=rect slices?
Any fix?
Anonymous Vic Soto 7/22/2009 6:49 PM  
Good work! Just wanted to ask if it's possible for you to hook up the images with a litle magnifier icon (like your examples above). I know that the magnifier is part of your example images, but maybe you could add this neat effect to your script? You know It's good to know if the image will be zoomed or not (shall I press the middle click to load it in new tab or not?:) )

Btw, you should fix your comment posting form. There's something wrong on Linux box. The captcha field is too far below and you can only access it by selecting text and dragging it down (Im sure you understand)

Thanks!
Anonymous r00m 7/23/2009 1:26 PM  
the rel="nozoom" doesent work for me.. any ideas why?
Anonymous Anonymous 7/27/2009 9:03 PM  
Hi there, this looks great. Will it work with a PC? I am trying it on one with Windows Vista and getting some wierd errors, even just extracting the files...
Anonymous Anonymous 7/28/2009 9:12 PM  
An issue I have is when I click on the first image, after that each image displays at that resolution rather than it's own (Although I'm unsure if this is what the person above stated) is there something I can change in the code for this to not happen??
Anonymous Anonymous 7/29/2009 2:34 AM  
Could I use FancyZoom for a group of images? Like a gallery with next and previous buttons.
Anonymous Erick 7/31/2009 3:14 PM  
Great job dude two thumb for you
thanks
Anonymous Syahrir 8/01/2009 3:15 AM  
all the boundaries image wont appear at my site
do you have a clue to fix it ??
thanks
Anonymous syahrir nasser 8/01/2009 3:28 AM  
Excelent code!

A greeting.
Anonymous desarrollo web 8/03/2009 2:31 AM  
How do I get a background color behind the caption text...please?
Anonymous Anonymous 8/03/2009 8:28 PM  
I'm having problems getting the images to show up around my photos. It worked for awhile, but lately I get broken link images where the icons are supposed to be. Can't think of anything I did to the .js files, the code, etc.
Anonymous Dane 8/05/2009 9:37 AM  
Will this work in wordpress?
Anonymous Anonymous 8/07/2009 8:21 PM  
I've got the same problem as someone else. Look at

linkintech.com/test.html

When you click the logo the border doesn't have the nice border and the "x" to close it so looks ugly. Something's missing. Other question is how do I integrate this into wordpress which is written all in php and the code for this requires you to put stuff in the "head" and "body" tags which are not very visible in the complex wordpress php structure which would require me to learn the entire wordpress scripts to find how to integrate this. I already tried another program today called zoomthumb but it didn't work right and there is little to no documentation on it.
Anonymous Abu Saliha 8/07/2009 9:29 PM  
Ctrl+click on an image should load up the zoom effect I believe, but open the image in a new tab/window like it's supposed to do. x) No so hard to do with javascript..
Blogger Unknown 8/10/2009 12:37 AM  
Can someone tell me, If I can use this on a whole website. I use templates to do all pages, and I would like for it to work on all Pages not only on one page. I use Dreamweaver CS4
Anonymous Anonymous 8/12/2009 1:02 PM  
It 's so good.
Blogger Toneation 8/13/2009 3:01 AM  
Es funktionier nicht!!!!!!!
Blogger Unknown 8/13/2009 7:47 AM  
Looks amazing! Perhaps this should also be made into a jquery plugin?
Anonymous mark@free iphone 8/14/2009 8:41 AM  
xd =)
Anonymous Anonymous 8/19/2009 10:57 AM  
hello,

i have found a few tutorials on the web on how to use your fancy zoom with iweb and it works great! however my .png pics with transparent background always show as a white background on firefox (mac). they properly show as transparent on safari. i'm sure my pics are ok as i've double checked them and i'm thinking there might be something in the css created by iweb or maybe it's like this with fancy zoom? do you have any ideas? if so it would be much appreciated as i can't figure it out... :-(

thank you,

rick
Anonymous Anonymous 8/19/2009 7:26 PM  
It writes it from Japan. I do not have a credit card though I want to buy the license. Is it impossible in Paypal?
Anonymous Anonymous 8/20/2009 3:28 AM  
hello,

i have followed your tutorial and it works great! however for some reason my .png pics with transparent background show as a white background in firefox (mac). on safari they properly show as transparent. i'm sure my pics are ok but i'm thinking there's something in the css that might be causing this or maybe something with fancy zoom? any ideas why? thank you very much...

rick
Anonymous Anonymous 8/20/2009 3:34 AM  
If somehow we could display adsense ads in the bottom of images, like the ads at the bottom of a youtube video.. then this should be perfect. And i woud gladly buy a license.
Anonymous Anonymous 8/22/2009 6:51 AM  
I am trying to make it working for some time, but it simply does not work. I put the two folders on the server and the code in the head section of the page. The test page is at http://test.infarom.ro/testzoom.html . Please advise.
Anonymous catinf 8/23/2009 4:36 AM  
Great JS app.

Couple of suggestions:

1) Just wondering if the animation can be turned off as it's dog slow on my work machine.
2) Also, how about a dark see-through bg over the whole page to bring it out more. Like they do on the Apple site: http://www.apple.com/uk/macosx/technology/

Thanks!
Anonymous Web Developer 8/24/2009 6:14 AM  
I agree with some of the posts at the top. I love the way this script works but I would love to see the background dim like Lightbox. Other than that I had absolutely no problems with this conrib.
Anonymous Richard Perkins 9/07/2009 10:17 AM  
Um efeito muito bonito amigo! Simples, rápido e leve! Parabéns pelo trabalho!
-
A very very beatiful script, really! Simple, fast, light! Congratulations!
Blogger Eduardo Mozart de Oliveira 9/08/2009 3:46 PM  
Am i able to get this onto a Tumblr site?
i've been working on it and can only get it to work on small images.
When changing it to a High res image link, it redirects before loading an image. Help???
I've seen it done before so i know it works, that's what annoys me ¬.¬
Anonymous Anonymous 9/09/2009 6:33 PM  
I'm not sure when this happened but when the zoomed image appears the "close" icon is missing (the blue "?" appears instead) though when clicked the window closes as expected. I didn't change anything in the FZ files so I'm unsure as to why the file isn't being found. It worked fine in v1.0.

Ideas anyone?

FancyZoom 1.1
10.5.8
Anonymous Anonymous 9/12/2009 5:09 PM  
To prevent FancyZoom from conflicting with your existing styles, add this to your CSS:

#ShadowBox table, #ShadowBox tr, #ShadowBox td, #ZoomCapDiv table, #ZoomCapDiv tr, #ZoomCapDiv td {
border: 0;
padding: 0;
}
Anonymous Zeke Sikelianos 9/16/2009 9:20 PM  
Trying out Fancy Zoom for the first time. Something wierd...I have created png images to be zoomed. On a page with 5 zooms, all zoom and look great except one. The first one on the page does some strange 'shrinking' thing and the type and picture displays distorted.

Can you take a look and let me know..

www.integratedmovement.net/teamim.html and click on the Andrew Wallen zoom, compare it to the others. On some pc browsers the zoom comes out distorted on the andrew face.

I'd appreciate any comments.

Thanks

radioguykvi@yahoo.com
Anonymous Sam 9/22/2009 7:45 PM  
Cabel,

I love the script, but I was wondering if there is a way to have the image zoom to a specific location on the page instead of centered. I found an example that I live on the homepage of the http://www.ncover.com website. I would really like this functionality so that it seamlessly integrates with the site I am designing. I'm wondering how they were able to place this in a static location. JS? CSS? Any help to do this and I will be purchasing for sure!
Anonymous Dan 10/03/2009 7:33 AM  
my! this thing is tha bomb! Keep it up. ouma.collins@gmail.com and it doesnt get any better. u've made my day.
Anonymous Anonymous 10/07/2009 3:35 PM  
Hey Dude great work ! But Body onload did not work in IE6 upto mark .. just recheck it
Blogger Unknown 10/09/2009 8:18 AM  
Does anyone know how to enable "image map area href" to display jpgs with fancyzoom along with standard a href?
Anonymous Ted 10/09/2009 2:56 PM  
Any chance that FancyZoom would work with map area href... too?
Anonymous Anonymous 10/09/2009 3:15 PM  
This is working on a website I am designing, but the images are not loading up around the images, the shadowing etc... I cant seem to see what I have done wrong or why it is doing this :/ any help?

Cheers
Anonymous Anonymous 10/11/2009 9:28 AM  
how can I make the description text or part of it a hyperlink?
Anonymous Chris Johnson 10/14/2009 7:49 AM  
Great script! It works smooth like nothing I have seen. I am wondering if instead of opening a "zoomed" image the script could open a seamless non re-sizable window with scroller? It would nice if it could keep the nice features the actual one has. Thanks.
Anonymous aacosta 10/15/2009 5:53 PM  
Very nice! When an image is clicked on, the "zoomed" image fades in and zooms in. The borders on left and top of the "zoomed" image have a thin, white, 1px line. This could just be a peculiarity of the latest Firefox (3.5.3), which I am using. It doesn't do this in Safari (4.0.3), though. Other than that, it works very, very well! Thank you!
Anonymous Adam 10/22/2009 3:31 PM  
Good Job !

I'm wondering if we can replace the image by some content (html file or a div with html content including image)

thanks !
Anonymous Anonymous 10/23/2009 3:11 AM  
Hi!

I use FancyZoom and I like it, but I have some problems by using Firefox (3.5) and Iron Browser.
The shadow is awful, and I don't know why. In an other site in which I use it, I haven't go problems, but I can't find the error.
Can somebody help me?
Ty!
Anonymous Anonymous 10/23/2009 5:04 AM  
At the moment, I have fancyzoom working on individual images posted in my blog entries, but I my links to flickr images wont fancyzoom open (they open in a new page). Any advice why they won't behave. Here's my page: www.lefthandpower.com/blog
Thanks!
Blogger emerson 10/23/2009 9:51 AM  
Helllllllllp!!!!!!! when I check my site on IE(7) and click on an image to view the zoomed image it looks all distorted and pixelated. whats going on?????
Anonymous Anonymous 10/27/2009 7:21 AM  
AWESOME! Thanks Dude!
Anonymous Mike 10/28/2009 6:10 PM  
Could someone please check why with the FancyZoom script, the comments on ZenPhotos don't work?

Check this page as example:
http://www.divulgare.com/photos/index.php?album=sukkot-jerusalem&image=sukkot-jerusalem-10.jpg

Users should click on "Adicionar Commentario" (add comment) so that a comment box appears on the site.
But it doesn't works since I've installed the zoom functionality....

\Please help - contact me at gabriel [in] divulgare.com
Blogger .:Ivulgare 10/29/2009 4:52 PM  
Is there a way to add a darkened overlay to the background of the page when viewing a zoomed image?
Anonymous Brent 10/30/2009 6:02 AM  
just a comment, if you want to make the script work over a flash object, just set the wmode parameter of the flash movie to 'opaque'. It will allow for the script to render stuff over it.
Anonymous Victor 11/03/2009 1:20 PM  
Hi there, I wonder if you can help me, I cannot unzip fancyzoom 1.1, it says it has duplicate names. all else is in place, I think all I need to do is unzip the file somehow and upload to server, any ideas? Im on a pc not mac.

Thanks
Brett
Anonymous brett lingley 11/10/2009 5:09 PM  
Neato. Now I need to figure out how to incorporate this into dynamically created data set from xml.
Blogger Unknown 11/11/2009 7:58 PM  
Thanks, cool job! I use the wp-plugin, really very nice!
Anonymous VeeTee 11/13/2009 1:44 PM  
Hey cabel,

just a quick note, weve installed and tested and all good, but have one issue, the script isnt passing back onMouseOver and onMouseOut events

how would we do this ? or could code be altered to do this as well ?

steven@hip-furniture.co.uk

code running on hip-furniture.co.uk/index_test.asp

cheers
x
Anonymous Anonymous 11/17/2009 12:57 PM  
hi vglsdlkfsd lksdfjglsgs bsjkdhgsvb
Anonymous Anonymous 11/18/2009 7:01 AM  

Post a Comment

 
 
 
   

   
       
 
 
 
   
Name:Cabel Maxfield Sasser
Job:Co-Founder, Panic Inc.
Location:Portland, OR
Email: