Andrei Surdu
Andrei Surdu
From this error results that `$img_url` is empty. You should process an image only if a valid image url exists: ```php $thumb = get_post_thumbnail_id(); $img_url = wp_get_attachment_url($thumb,'full' ); if (...
This library generates images on the fly and does not save its data in DB. So deleting the files from the uploads folder may be risky if not done correctly.
External images are not supported by Aqua Resizer for several reasons.
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...
``` css pre{ white-space: pre-wrap; } ```
The problem is still not fixed as I see: ``` events.js:305 throw err; // Unhandled 'error' event ^ Error [ERR_UNHANDLED_ERROR]: Unhandled error. ({ ts: 1623069318792, pid: 27492, level: 'error', msg:...