Resize and Display image from server with ASP.NET

后端 未结 5 2031
轮回少年
轮回少年 2021-01-13 17:23

Got a question. I have images hosted on my server. I already know of the method when an image is uploaded to resize it and save, but I have another thought in mind.

<
5条回答
  •  庸人自扰
    2021-01-13 17:50

    It is not really actual resize of image, it is rather resize when you display an image, but i used with success just simple

     
    

    It is working every time.

提交回复
热议问题