Hi there,
I just can’t seem to figure this out.
I have a custom field which is set to return the URL of the image when queried via get_field.
How do I get the thumbnail of the same image?
Remember, this image is set to return the URL – not the ID or the image object.
Thanks!
Hi @vikram
Please read the image field documentation. It clearly states that to get any ‘size’ of an image, you must use the post_id OR post object.
Thanks
E