WP Manifestindependent plugin directory
manifest / media / wp-image-base64

Image Base64

Generate base64 encode versions of images

by Move Your Digital, Inc. · github.com/moveyourdigital/wp-image-base64 · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/moveyourdigital/wp-image-base64/archive/refs/heads/main.zip

Declares an update source (https://github.com/moveyourdigital/wp-image-base64/raw/main/wp-info.json), so updates arrive through the plugin's own updater.

From the readme

WordPress Image Base64 Generation Generate base64 encode versions of images Installation ## This section describes how to install the plugin and get it working. 1. Upload wp-image-base64-main directory to the /wp-content/plugins/ directory 1. Activate the plugin Image base64 through the 'Plugins' menu in WordPress 1. It will start a cron job that will generate base64 versions for existing media 1. Use wpgetattachmentmetadata, each size has a base64 key in sizes property. 1. You can also use wpgetattachmentimagebase64 instead.

Read the full README on GitHub →