Generate WpGraphql Image DataUrl
This plugin Generates DataUrl of MediaItem in WPGraphQL.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1428 days ago
Is Generate WpGraphql Image DataUrl abandoned?
Possibly abandoned (last update 1428 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin Generates DataUrl of MediaItem in WPGraphQL.
This is an extension to the awsome WPGraphQL plugin (https://github.com/wp-graphql/wp-graphql) that Generate DataUrl of MediaItems.
If you are working with Headless WordPress and NextJS you can notice that NextJS don’t offer BlurUp image like GatsbyJS by default. You have to pass a base64 dataUrl in to make it work.
Or you will see a blank space until the image loads. This plugin adds a dataUrl on each media item so you can use it as a placeholder until the image fully loads and NextJS will also create the fade/BlurUp Effect like in GatsbyJS.
Returning DataUrl for:
- MediaItem
Installation
- Install & activate WPGraphQL
-
Upload the plugin to the
/wp-content/plugins/directory