This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Can't get auto-resizing to work, I must be missing something fundamental..

Comments

1 comment

  • Avatar
    Nadav Ofir

    Hi Gregory,

    The reason automatic responsive mechanism doesn't work here is that the client-hints are not being sent along with the request for the image.

    To fix this, you must make sure to add the 'sizes' attribute to the HTML <img> tag (e.g.: sizes="50vw")

    Does this work for you?

    0
    Comment actions Permalink

Post is closed for comments.