|
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. |
|
|
Recently Updated Galleries
-
- Recently Updated Galleries are galleries that have had new images added to them.
You must be a paying customer, and your gallery must contain at least four images for it to appear on the pages. The list is updated about every 15 minutes.
There are two viewing options on the page - list mode and thumbnails mode. You can choose whichever viewing option you like. View a list of gallery names and owners or see thumbnails for all of the galleries.
-
- In order for your gallery to show up on the updated gallery list, your gallery must contain recently added/ new images. If you reformatted or edited existing images in your gallery, your gallery will not show up on the list. You must also be a paying customer. If your gallery is already in the list from an upload in the past 2 hours, it will not be moved to the top of the list. If you have been abusing the recent gallery pages by bumping your galleries without truly adding new content, we may completely... (more)
|
|
|
contribute to the help pages
|