You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The responsiveSizes, responsiveResolution and resize graphQL fields from gatsby-source-contentful can request images from the contentful API which are over 4000px in size. These will return errors from contentful.
The text was updated successfully, but these errors were encountered:
Have you filed this with Contentful and gotten any feedback from them? Do you have a repro repo (even a bash script CURL-ing a resource would be great).
If the issue is with an underlying CMS's API, we should get context from them before patching our plugin.
No, I've not filed with Contentful, but will get in touch with them now. You can see the issue easily if you open a contentful image in a browser tab. Using the below image from gatsby's contentful example site:
Closing this as the original question was answered. If you want to document this limitation, we'd be happy to have a PR from you. It would probably be best to link to contentful's documentation so we don't have to be in sync with theirs.
The
responsiveSizes
,responsiveResolution
andresize
graphQL fields fromgatsby-source-contentful
can request images from the contentful API which are over 4000px in size. These will return errors from contentful.The text was updated successfully, but these errors were encountered: