PDA

View Full Version : jQuery slideview photo gallery modification


Kaine
03-18-2009, 07:25 PM
I am a noob to webdesign in general and this is my first attempt at using javascript, please be gentle.

Here is a link to the slideview photo gallery I want to implement:

http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html

The only thing I want to add are forward and back arrow buttons to the sides of the photo. I have been doing google searches all morning trying to find a solution to no avail.

Is there something out there already that I can pick up or do I have to add this in the code? if so how.

thanks in advance!

TinyScript
03-19-2009, 08:27 AM
kaine, you're in luck.
http://h1.ripway.com/tinyscript/canvas_raycaster/animation/animation.html
Here's a simple slideshow script
It's set to run onload and it loops really fast like a movie, but it's so simple to understand, you can't go wrong. You can set your images and use an onclick from the img tags to control the slides. I have a slide viewer with forward and reverse and also speed controls set up for what was my learning project a couple of years ago. This script is as easy as it gets. It can be switched to swap the pictures in an image tag and it can be set to resize OR you can put it in an iframe and it works nice. I have so many scripts already made if you need help.

TinyScript
03-19-2009, 09:48 AM
Hey I found the script with controls. I'm going to reuse this. I made it 3 years ago when I was learning.
http://h1.ripway.com/tinyscript/canvas_raycaster/animation/animation2.html

mouse over the orange triangles for volume controls