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
Similar to #55 but specifically related to Using images outside of GraphQL. I am so far unable to pass the asset's filename into the getGatsbyImageData helper with gatsby-plugin-image and return a src/srcset containing the urls with the original filename.
I've tried the dl argument detailed here in the Sanity docs, but it seems the helper is ignoring that argument.
I've also poked around a bit in the underlying image utils helper generateImageData from gatsby-plugin-image but without luck. Hoping someone may have some insight on this?
As a last restore I am considering editing this object returned from the helper to append the filenames to each item in the srcSet.
Similar to #55 but specifically related to Using images outside of GraphQL. I am so far unable to pass the asset's filename into the
getGatsbyImageData
helper withgatsby-plugin-image
and return a src/srcset containing the urls with the original filename.I've tried the
dl
argument detailed here in the Sanity docs, but it seems the helper is ignoring that argument.I've also poked around a bit in the underlying image utils helper generateImageData from gatsby-plugin-image but without luck. Hoping someone may have some insight on this?
As a last restore I am considering editing this object returned from the helper to append the filenames to each item in the srcSet.
The text was updated successfully, but these errors were encountered: