Re: MaxImageWidth has no effect

  •  11-26-2010, 10:33 AM

    Re: MaxImageWidth has no effect

    Dear ccrookston ,
     
    Please change
    <dotnetgallery:gallerybrowser id="dotnetgallery1" Visible="false" GalleryFolder="~/images/1_Family/2009/" runat="server" Layout="gridshow" Width="600" AllowPostComment="true" MaxImageWidth="1024" MaxImageHeight="768" />
    to
    <dotnetgallery:gallerybrowser id="GalleryBrowser1" GalleryFolder="~/images/1_Family/2009/" runat="server" Layout="gridshow" Width="600" AllowPostComment="true" MaxImageWidth="555" MaxImageHeight="333" />
    and try it again.
    I uploaded two files which are 1024*768, all are changed to 555*333 after uploaded.
     
    Thank you for your business
View Complete Thread