Hello,
I want to use functions like crop() or resize() for image files, where I have only the URL?
Example: The URL to an image or picture is saved to a field.
<img src="<?= $field->resize(200); ?>" >
My suspicion is, that the resize function cannot handle the file behind the URL and it is still running only with local files.
Thank you.