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
You may be missing the GD library.
To check that the server has it installed, try php -me at the command line. Scan for gd module.
php -me
If it's missing, get it: sudo apt-get install php7.0-gd
sudo apt-get install php7.0-gd