strapi-plugin-placeholder
Advanced tools
Generate base64 placeholders for Strapi images
Weekly downloads
Readme
Generate base64 placeholders for Strapi images.
The Placeholder plugin currently supports the following formats:
The Placeholder plugin is only compatible with Strapi v4.
# if you use NPM
npm install strapi-plugin-placeholder
# if you use Yarn
yarn add strapi-plugin-placeholder
Open or create the file config/plugins.js
and enable the plugin by adding the following snippet:
module.exports = {
// ...
placeholder: {
enabled: true,
config: {
size: 10,
},
},
};
For more information regarding the size
param, refer to the Plaiceholder docs.
Generate base64 placeholders for Strapi images
The npm package strapi-plugin-placeholder receives a total of 174 weekly downloads. As such, strapi-plugin-placeholder popularity was classified as not popular.
We found that strapi-plugin-placeholder demonstrated a healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.