Open tomusborne opened 8 years ago
If a .gif is run through the resizer, this is printed on the page:
Fatal error: Call to undefined method WP_Image_Editor_Imagick::get_error_message()
If it isn't possible to resize .gifs, maybe a different error can be printed?
The problem here is not with the image type. Looks like the resize functions from WP are not loaded. I've just tested it with a GIF image and all is OK(WP 4.7.5).
If a .gif is run through the resizer, this is printed on the page:
If it isn't possible to resize .gifs, maybe a different error can be printed?