Featured Image Block with Lightbox
WordPress plugin Automatically enables "Enlarge on click" (lightbox) for the Featured Image block when "Link to Post" is not enabled. This is a workaround to implement https://github.com/WordPress/gutenberg/issues/57849
by Weston Ruter · github.com/westonruter/featured-image-block-with-lightbox · website
★ 5stars
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/westonruter/featured-image-block-with-lightbox/archive/refs/heads/main.zipDeclares an update source (https://github.com/westonruter/featured-image-block-with-lightbox), so updates arrive through the plugin's own updater.
From the readme
Featured Image Block with Lightbox #
Description ##
This plugin automatically enables "Enlarge on click" (lightbox) for the Featured Image block when "Link to Post" is not enabled. There are no settings for this plugin.
This is a workaround to implement gutenberg#57849.
See writeup: Adding Caption & Lightbox to the Featured Image Block.
Installation ##
1. Download the plugin ZIP from GitHub or if you have a local clone of the repo run npm run plugin-zip.
2. Visit Plugins Add New Plugin in the WordPress Admin.
3. Click Upload Plugin.
4. Select the featured-image-block-with-lightbox.zip file on your system from step 1 and click Install Now.
5. Click the Activate Plugin button.
You may also install and update via Git Updater.
Changelog ##
0.1.1 ###
Fix compatibility with Image block in WordPress 7.0. (#2)
0.1.0 ###
Initial release.
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.