Re: OT: How to auto-rotate images in a web page window

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: keith smith
Date:  
To: Main PLUG discussion list
Subject: Re: OT: How to auto-rotate images in a web page window

Viewing the source for http://www.monkeytreephoto.com/ shows the following lines.  I suspect they too are using jQuery to rotate their images. And more specifically it look like they are using the jQuery Cycle plugin.

<!-- include jQuery library -->
<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>

<!-- include Cycle plugin --
<script src="js/jquery.cycle.min.js" type="text/javascript"></script>




------------------------

Keith Smith

--- On Fri, 2/18/11, <> wrote:

From: <>
Subject: OT: How to auto-rotate images in a web page window
To:
Date: Friday, February 18, 2011, 8:57 AM


Recently, I have noticed what seems to be a new (and very nice) feature of
gradually rotating images in a window on many web pages, but I can't find
out how it is done. Here are a couple of examples:

http://www.monkeytreephoto.com/index.php (very slow starting)
http://www.filmmakeraccessories.com (six second delay between images)

What do I need to get something like this to work on my web pages?

I'd like to speed it up a bit and get it to cycle through a variety of
images as they are added to a folder starting with the most recently
added.



---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss



---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss