Image resize error

:bullseye: What is your goal?

Hi guys, I want to do a simple operation of resizing the WordPress feature image and use it further with video generation. I need this to be in 9:16 ratio.

:thinking: What is the problem?

I thought that it would be simple, but even though I provide a direct path to the file, I’m getting this error. What should I do here?

:test_tube: What have you tried so far?

Provided direct image URL. I even tried with new HTTP request node but no luck. And the old HTTP Get a file is not available anymore.

:camera_with_flash: Screenshots: scenario setup, module configuration, errors


Hey there,

you need to download the image first using the HTTP module. You can access the old get a file module by changing the version on the top right corner.

1 Like

Thank you for the hint with the version!

But I would like to follow up - I fired the Image node successfully, but what’s next? How to handle the file? I would like to get a URL/file to be able to use it next?

Check if you can change the settings to accept files instead of urls first. And if it cant → you can upload it to google drive or one drive and get a share link to use that instead.

1 Like

Thank you, that helped! I have the file on Dropbox.

I thought it would be cropped, not squeezed, but this is another topic.

I appreciate your help!

You can try the 0codekit module instead if you want it cropped.

1 Like