
slideShowProInstance.albumPreviewScale
Property; a String containing the type of scaling that should be applied to album previews (if included). Values include "None", "Crop to Fit", and "Proportional". The default value is "Proportional." See the User Guide for complete information on how these options function.
The following example changes the type of scaling to "None":
my_ssp.albumPreviewScale = "None";

