Image Crop Editor Not working

前端 未结 16 2082
自闭症患者
自闭症患者 2020-12-15 05:55

I am having an issue in WordPress admin, where the images are not cropping in WP \"edit image\" for a site I am creating and I do not know what the cause is.

I\'ve r

16条回答
  •  眼角桃花
    2020-12-15 06:28

    I had the same issue but the problem was missing the GD library, https://www.digitalocean.com/community/questions/installing-the-gd-image-library

    To install (Linux/ Apache2):

    sudo apt-get update
    sudo apt-get install php5-gd
    sudo service apache2 restart
    

提交回复
热议问题