• crsneilhedley

    (@crsneilhedley)


    Between my theme and my various plugins, I end up having about 15 different image versions created when I upload an image through WordPress, using the WordPress add_image_size() function.

    In order to extend that same functionality through Cloudinary, my blind assumption is that I have to create a custom transformation for each image size, and figure out how to tweak my theme in order to have it look to Cloudinary for the image sizes instead of the WP server.

    Am I close? Or have I completely missed the point?

    http://wordpress.org/extend/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/

Viewing 1 replies (of 1 total)
  • Plugin Author Cloudinary

    (@cloudinary)

    You don’t need to create a custom transformation for each image size.

    Cloudinary automatically computes the required image size and performs dynamic cloud-based resizing on demand.

Viewing 1 replies (of 1 total)
  • The topic ‘Making Cloudinary play nice with add_image_size()’ is closed to new replies.