
slideShowProInstance.albumPreviewSize
Property; an Array that assigns the width [0] and height [1] of each album preview image container in the gallery. This property is used when albumPreviewScale is set to either "Inline Crop to Fit" and "Inline Proportional", and ignored when set to "None" or "Scale Crop to Fit" (for in the former, preview images are loaded "as-is," while in the latter the container is scaled to match the width/height of the album itself). The default values is [54,40] pixels.
The following example changes the size of each album preview container to 60 pixels wide by 50 pixels high:
my_ssp.albumPreviewSize = [60,50];

