|
How can I add a slideshow to the top of my gallery pages?
You can add a slideshow to the top of your gallery pages (like the one you see here) by using the SLIDESHOW() function in your gallery description.
Basic Functionality
To create a slideshow from a single gallery:
SLIDESHOW(gallery name)
To create a slideshow from a set of image ids:
SLIDESHOW(1,2,3,4,5)
Invalid image ids or images from an account other than your own will be skipped.
These 2 commands will get you a simple slideshow with all of the default settings.
Extra Options
You may add options within the parentheses in the form of option=value. Each option must be separated by a comma. Please ensure that the option is in lowercase.
- size
- set to small, medium, large, or original. Max original size is 800x800.
Default is 'medium'.
- delay
- set the time that an image is displayed in seconds. Minimum is 2 seconds.
Default is 5 seconds.
- link
- set to none or image. 'none' will disable the link to the current image's image page.
Default is 'image'.
- loop
- set to yes or no. 'no' will cause the slideshow to play only once.
Default is 'yes'.
- random
- set to yes or no. 'yes' will cause the slideshow to play in random order.
Default is 'no'.
Examples
A slideshow for your 'kittens' gallery might look like this:
SLIDESHOW(kittens, size=large, delay=3)
A slideshow for three given images might look like this:
SLIDESHOW(11111, 22222, 33333, size=original, delay=10, loop=no)
It does not matter in what order you specify options. All options are optional. If you specify more than one item outside of your options, we will attempt to lookup image_ids. We currently do not support the ability to list multiple galleries. |
|
|
Galleries
-
- The recent gallery list shows a user's galleries in order of which they were last updated. The gallery name, the number of images in the gallery, and the date the gallery was last updated is shown.
-
- You can add a slideshow to the top of your gallery pages (like the one you see here) by using the SLIDESHOW() function in your gallery description.
Basic Functionality To create a slideshow from a single gallery: SLIDESHOW(gallery name) To create a slideshow from a set of image ids: SLIDESHOW(1,2,3,4,5) Invalid image ids or images from an account other than your own will be skipped. These 2 commands will get you a simple slideshow with all... (more)
|
|
|
contribute to the help pages
|