fantastic work and I’m trying to work out the maths behind it all as some images scale larger than others and a landscape one won’t scale large enough. Is it quick and easy to specify the height for all images to resize to and regardless of the browser window size?
I was looking for a gallery to display just a few images of plant cultivar flowers. This one is ideal! Thank you so much. I’ll be studying your code intensely. Thank you for generously supplying a valuable learning tool.
it is very nice work , I have a problem I used the code for my gallery but gallery does not work properly when opened by internet explorer… when it is opened with firefox or chrome it works properly.. I tried to fix but I can’t..Is there anyone who can help
very good, but everything is fixed, can not be changed? Because the first image, edit a few more pixels, some pixels less and completely changes everything, and the effect is not maximized.
Hi, this is really a fantastic sourse code ..
but I have a trouble, please help me.
when the images are zooming become too big and go over the desktop.
How do I resize them to be included in my space dosktop?
Thanks..
This works great on most browsers, however I have noticed a small compatibility issue.
The a markup in this line lacks an escaping backslash :
tx += '<br><a href="'+o.href+'" rel="nofollow">'+o.innerHTML+'</a>';
thus the following doesn't bring any message in HTML validating softwares :
tx += '<br><a href="'+o.href+'" rel="nofollow">'+o.innerHTML+'';
And this is perfect
Thanks for your work and experiments, this is code poetry ! I use your code on the following site :
http://www.esneault-carrelage....relage.php
fantastic work and I’m trying to work out the maths behind it all as some images scale larger than others and a landscape one won’t scale large enough. Is it quick and easy to specify the height for all images to resize to and regardless of the browser window size?
I was looking for a gallery to display just a few images of plant cultivar flowers. This one is ideal! Thank you so much. I’ll be studying your code intensely. Thank you for generously supplying a valuable learning tool.
Superb work!!
Is it possible to add a link to the pictures after zoom so if you click on them a new page opens?
Thanks!
Just got it done.
Thanks. Now im having the same issue posted by “Z”.
just made it work my way, check it out: http://www.abimocorde.com/silvia/
why only show one picture? Please answer me. where other pictures?
it is very nice work , I have a problem I used the code for my gallery but gallery does not work properly when opened by internet explorer… when it is opened with firefox or chrome it works properly.. I tried to fix but I can’t..Is there anyone who can help
unnnnnnnnnnnmaaaaaaziiiiiiiiiinnnnnnng
Thanks for sharing
very good, but everything is fixed, can not be changed? Because the first image, edit a few more pixels, some pixels less and completely changes everything, and the effect is not maximized.
Hi, this is really a fantastic sourse code ..
but I have a trouble, please help me.
when the images are zooming become too big and go over the desktop.
How do I resize them to be included in my space dosktop?
Thanks..
Hi,
This works great on most browsers, however I have noticed a small compatibility issue.
The a markup in this line lacks an escaping backslash :