Topic: Image galleries!

Hey, back again.


What I need to do is instead of a huge image gallery with a ton of features, is just a large picture with a clickable arrow in the bottom right corner that allows you to go to the second one, then third, etc.; also starting with the second picture, an identical one in the bottom left.

Then, a second gallery below that has thumbnails of all the pictures.  This is to display artwork, so the images are pretty large (800px wide mostly)

I should be able to accomplish the second on my own, but I can't figure out the first one.  Nothing fancy, just click left/right.

*if you need any more information, please let me know*

Thanks,

Tom

Last edited by Jadystacia (May 22, 2009 4:32 pm)

Vote up Vote down

Re: Image galleries!

You might want to look at this one.

Edit: You may like this one.

Last edited by newseed (May 22, 2009 5:38 pm)

Imagine Building and Managing an Online Business
The Kasper Group

Vote up Vote down

Re: Image galleries!

well hey I would have suggested something like Slimbox. but those are pretty sweet. That all in one gallery is perfect for an alternate project I'm working on. thanks

Vote up Vote down

Re: Image galleries!

Well here are the three that I have made. Their each pretty close to what you've explained.

http://www.visibilityinherit.com/code/body-scroller.php
http://www.visibilityinherit.com/code/the-jamieruth.php
http://www.visibilityinherit.com/code/scroller.php

Vote up Vote down

Re: Image galleries!

dude I've just been visiting your website this week. it's boss bro.

Vote up Vote down

Re: Image galleries!

newseed wrote:

Edit: You may like this one.

you know I really like this gallery but I'm having a minor bug problem with it. Can anyone tell me what I'm doing wrong?

This is my attempt at replication - http://gloriouschurch.ca/test/index.html
This is a working direct copy - http://gloriouschurch.ca/test/original.html

The problem is with the button images. The pause and the previous images aren't showing up. I've narrowed the issue to something in the javascript. I'm trying to put all the images in an images folder and when I change the javascript from "stop.gif" to "../images/stop.gif" those two buttons stop showing up. They all still work but the images aren't there.

http://gloriouschurch.ca/test/js/slidegallery.js - doesn't work
http://gloriouschurch.ca/test/js/slidegallery-backup.js - does work

Vote up Vote down