TWEagle / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

Image link, an option to enable/disable it #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Until now don´t have any problem

What is the expected output? What do you see instead?

First of all, your code is so wonderful!
I was using Galleria, but I got same issues and changed to your plugin
(when using IE 7 the page was scrolled to the bottom alone).

On my project I needed a zoom button, for this I got the jquery.lightbox
plugin and into each <li> I inserted an input hidden to keep the url from
bigger image and using the onChange from galleriffic I did:

var nextItem = $('#thumbs ul.thumbs').children().eq(nextIndex);
var source = nextItem.find('input').attr('value');
var title = nextItem.find('img').attr('alt');               
$("#linkZoom").attr('href',source);     
$("#linkZoom").attr('title',title);

And its working nice, and I think that could be a nice freature to your plugin

Original issue reported on code.google.com by goo...@leonardolima.com.br on 28 Aug 2009 at 1:09

GoogleCodeExporter commented 9 years ago
Sorry I mistake the title :P

Original comment by goo...@leonardolima.com.br on 28 Aug 2009 at 1:09

GoogleCodeExporter commented 9 years ago
Do you happen to have an example of this working?

Original comment by jayjayde...@gmail.com on 25 Sep 2009 at 5:05

GoogleCodeExporter commented 9 years ago
Can you provide a working code in html/jquery for the zoom button interacting 
with jquery.lightbox?

Original comment by tcgu...@yahoo.com on 11 Jul 2010 at 6:37

GoogleCodeExporter commented 9 years ago
I also need lightbox effect on the big image. Please add the working example 
here. Thank you.

Original comment by alpertek...@gmail.com on 13 Mar 2011 at 6:03

GoogleCodeExporter commented 9 years ago
Same here please

Original comment by shamma...@gmail.com on 1 Dec 2011 at 2:58