- Issue created by @Dodoto
- 🇳🇱Netherlands megachriz
We could overwrite the method
writeData()
in the class\Drupal\feeds\Feeds\Target\Image
. That method is responsible for writing the downloaded file to the file system. That method could then check the setting on the image field and then do something similar asfile_validate_image_resolution()
does to resize the image.