Add support for image width/height for Cloudinary images #8603
iljapanic
started this conversation in
Feature requests
Replies: 2 comments 1 reply
-
This is a big pain point for us. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I needed this feature in a project I'm currently working on, so looking at the codebase (keystone 6) I figured out you just need to add the some lines in the cloudinary image field, so just make a copy of it (and in my case I also made a copy for the frontend files) and add the following lines:
Hope it helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the GraphQL only returns the following fields when using @keystone-6/cloudinary field type:
It would be great to also get access to data about image width and height, so it's easier to integrate with Next.js
<Image />
component and others.Beta Was this translation helpful? Give feedback.
All reactions