Hello,
Looking for advice with regard to image hosting and (dynamic) image cropping, for a WordPress website.
Context: a WordPress website for a podcast, about 10 years old, 100s of posts. There are three major content types: episodes, books, guests. Images are uploaded for posts, and using a WP plugin (Crop-Thumbnails) an editor will set crop regions based on pre-defined aspect ratios. In theory this flow works and it does work...... sometimes.
We have zero confidence with regard to the WP ecosystem and image cropping, after years of wrestling with it.
The WP plugins for image cropping are all lackluster, buggy, unsupported, etc. Moreover, on the technical side, typical WP hosting seems to always have problems with image-related modules like GD or Imagick, have problems handling some basic jpeg's (where convert to png solves the issue), have stealthy timeout issues we can't trace or have basic performance issues (wait minutes for something to complete). etc
In contrast, I've built a few web apps (nothing to do with WP) and have leveraged Cloudflare Images and imgix a few times. I've never experienced the above problems with these platforms.
So, I'd like to hear how people integrate Cloudflare Images or imgix, into a WordPress website, such that an editor can upload an image, set crop regions visually and walk away.