Hi, I'm using the  http://devkick.com/lab/galleria/ Galleria Plugin  and I
have 2 things I'd like to do. One of them somebody posted on here but it was
never determined. I understand CSS pretty well, and I can understand some
Javascript, but I can't program in it.

1. The first thing is I'd like to set it up to have the option that when you
click on the main image in the gallery it links you to another web page
(right now the only option is going to the next image). If possible, I'd
like to be able to specify which type I'd like to use.

Under the documentation it says:

    onImage (image,caption,thumb)

    (function) Here you can define what you want should happen to your
image, caption and thumbnail when it's showing. F.ex
image.css('display','none').fadeIn(); will fade in each image that is being
viewed. All variables are jQuery objects.

     http://code.google.com/p/galleria/wiki/Options See the documentation
here 

It seems like I could put a function in there that gives the main image a
link that I can somehow also specify in the HTML. If so, that would be
perfect. If I could do that and also specify in the HTML whether or not the
galleria should act in this new linking way or should act regular (going to
the next slide on click).

2. The second thing I'd like to do is have the active image thumbnail have
an image over it (it'll get incorporated with the design). If somebody could
just look through the js file and see where and how thumbnails get activated
(right now the only thing that changes is the transparency), and write a
could that puts an image right on top of the thumbnail (it's an tiny arrow
that indicates thats the active thumbnail).

The first is more important to me than the second.

Please let me know if this is confusing at all or if anything needs further
explanation! Thank you!

David

-- 
View this message in context: 
http://old.nabble.com/Galleria-Plugin-question-tp27366931s27240p27366931.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to