
slideShowProInstance.albumPreviewStyle
Property; a String containing the style of album preview graphic to use in each album element. Options include "Inline Left", which displays the preview graphic on the left and the album title/description on the right, "Inline Right" which is the reverse of "Inline Left", "Fill" which removes the album title and description and scales/crops the image to fill the entire element, and "Banner" which creates a preview area that auto-scales to the width of the album element, but with a configurable height (the second parameter of albumPreviewSize). Images are scaled/cropped to fit the banner area, and the album title/description is positioned underneath.
The following example changes the album preview style to "Fill":
my_ssp.albumPreviewStyle = "Fill";

