jbolda / gatsby-source-airtable

MIT License
216 stars 43 forks source link

Remote images from a string #116

Closed fustkilas closed 4 years ago

fustkilas commented 4 years ago

Hello, my Airtable column contains URL strings to remote images, not attachments. So I am unable to use the example in examples/recipes-with-photos, since those are attachments.

My understanding is that gatsby-source-airtable uses gatsby-plugin-remote-images under the hood, so how can I set this up?

jbolda commented 4 years ago

👋

It uses gatsby-plugin-remote-images to fetch images that are uploaded to Airtable. I don't think it is within the scope of this package to support this either. However, it might be accomplished in tandem with another plugin such as gatsby-plugin-remote-images.

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had any recent activity for 30 days. It will be closed if no further activity occurs within 7 days. Remove stale label, comment, and/or apply "ongoing issue" label to prevent this from being closed. Thank you for your contributions.