Source media from your Cloudinary account
Gatsby Source Cloudinary is a powerful tool that seamlessly integrates your Cloudinary media files into the Gatsby data layer. This plugin allows for efficient media management by creating a CloudinaryMedia node for each media file, enabling developers to leverage the full capabilities of Gatsby when working with images and videos. The added functionality of uploading local and remote images directly from your Gatsby project makes managing assets easier and more streamlined.
What sets this community-supported library apart is its compatibility with gatsby-transformer-cloudinary, which adds robust image handling support through gatsby-plugin-image. This combination allows developers to create optimized, responsive images effortlessly, enhancing both performance and user experience on their sites.
CloudinaryMedia Node Creation: Automatically creates a node for each media file found in your Cloudinary account, based on your specified configuration.
Image Support through gatsby-plugin-image: When paired with gatsby-transformer-cloudinary, it enables advanced image handling and optimization features for your media files.
Upload Functionality: Easily upload both local and remote images to Cloudinary directly from within your Gatsby project, simplifying asset management.
Flexible Configuration Options: Offers various plugin options including cloudName, apiKey, and apiSecret that can be securely managed via environment variables.
Resource Type Filtering: Allows for customization by specifying which resource types (image, video, etc.) to pull from Cloudinary, so you can tailor your media management.
Max Result Limitation: Control how many resources are returned in a single request to optimize performance and data handling.
Tags and Context Data Support: Optional inclusion of assigned tag names and context data to provide additional metadata about your media assets.
Custom Domain Support: Offers the option to use a custom domain name for secure delivery of your media, enhancing branding and security.