ASP.NET Show - Images fit available show size

You can specify the path to a folder with images.
All the images will fit the available show size. Set ImagesFitAvailableSize to true.

ImagesFitAvailableSize=false
 
ImagesFitAvailableSize=true
 

Example Code

<obshow:Show id="Show1" runat="server" ImagesFitAvailableSize="true" ImagesShowPath="images/mixed" />    

VB.NET
Show1.ImagesFitAvailableSize = true


C#
Show1.ImagesFitAvailableSize = true;