PopIT Slide Show
The PopIT LinX feature also allows you to display a slide show of photos from a selected FS Gallery like this, simply by entering the following PopIT Ref in the page editor (on the page where you want to display the slide show).
[[S8]]
The S indicates that this is a slide show, and the number is the gallery id (change this to the id of the gallery you want to display). Centre the ref to make the slide show centred in the window like shown below.
Otional Parameters
This demo shows the default settings which don't require any additional parameters. You can change these defaults by adding extra parameters as outlined below.
Dimensions
The default slide show size is 600 x 400 pixels, and your gallery photos will be auto-resized to fit within this format. If you want to change the dimensions of the slide show then simply add the width & height parameters, eg: S8:width=800:height=600
Borders
The outer border and image border defaults are silver. To change these add...
S8:border=black:imgborder=white
Note: you can also use HEX colour notation such as border=#228B22
Caption
The colours of the caption title, background and image count can also be modified.
Caption text default = black ( to modify use caption=white )
Image Count text default = grey ( to modify use captioncount=black )
Caption Background default = white ( to modify use captionbkg=black )
Colour Guides
You can use any of the following text colours for any colour parameter.
| aqua | black | blue | fuchsia | grey | green | lime | maroon |
| navy | olive | purple | red | silver | teal | white | yellow |
You can also use HEX notation for any colour. Use the colour scales in PhotoShop (or any other image editor) to get the HEX values you want.
Remember that the HEX value must be # folowed by 6 characters, eg: #FFD700 (gold)
If you are trying to match a colour on your website (or anything on your computer) then download and install EYEDROPPER ( available here ).
Simple Slide Show
If you want to display a slide show without the thumbnails, then add the following parameter...
type=simple
So, your popit code will look like this (just change the gallery ID) ...
[[S8:type=simple]]
