Shows one image from the data source.
The CSS class for the entire image container is "ps_cell". The CSS for the image is "image" and for the title it is "title".
Example CSS definitions:
.ps_cell { border: 1px solid #ccc; padding: 10px; } .ps_cell .image { border: 1px solid #555; } .ps_cell .title { text-align: center; }
Open Method [open]
• Lightbox [lightbox] Orders the images in the default image folder ordering.
• Open image in popup window [popup] Orders the images by their file name.
• Open link [link] Orders the images by their title, if there is one.
• Open link in popup window [linkpopup] Orders the images by date putting the newer ones first.
• Do not open [thumbnails] Orders the images by date putting the older ones first.
Titles & Links [titles]
• Show title as text [show] Orders the images in the default image folder ordering.
• Show title as link [link] Orders the images by their file name.
• Show title as link and open in popup window [linkpopup] Orders the images by date putting the newer ones first.
• Do not show title [no] Orders the images by date putting the older ones first.
Thumbnail Width [thumb_width]
The thumbnail width in pixels.
Example: 50
Thumbnail Height [thumb_height]
The thumbnail height in pixels.
Example: 50
CSS File [css_file]
A CSS file to be loaded with the gallery.
Example: images/stories/my_css_file.css