Change Image Size - PHP

前端 未结 5 1972
眼角桃花
眼角桃花 2020-12-10 08:52

I have recently created an upload function, but I don\'t know how to change the width and height to 75px... I tried one code I found through Google, but I just got this erro

5条回答
  •  Happy的楠姐
    2020-12-10 09:25

    You can also scale the image client-side, e.g. using plupload library (can resize JPEG and PNG).

提交回复
热议问题