it will auto resize the image even set AutoResizeUploadedImages to false

  •  08-07-2015, 4:12 AM

    it will auto resize the image even set AutoResizeUploadedImages to false

     

    I make change of the following in config file but it will auto resize the image to 100 x 100 if the image is over this size 

         <security name="AutoResizeUploadedImages">false</security>
      <security name="MaxImageWidth">100</security>
        <security name="MaxImageHeight">100</security>

View Complete Thread