MRW Featured Image Focal Point
Adds a focal point picker for the Featured Image and outputs styles in WordPress.
by Mark Root-Wiley · github.com/mrwweb/mrw-featured-image-focal-point
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/mrwweb/mrw-featured-image-focal-point/archive/refs/heads/main.zipReadme
MRW Featured Image Focal Point Picker
v0.3.3.1
Mark Root-Wiley, MRW Web Design
Adds a focal point picker for the Featured Image in the Post sidebar of the Block Editor. Applies object-position inline style with the selected focal point for the Post Featured Image block, Media & Text block using the Featured Image, and templated featured images (i.e. the_post_thumbnail()).
Installation
wp plugin install --activate https://github.com/mrwweb/mrw-featured-image-focal-point/archive/refs/heads/main.zip
History & Credits
Immense props are due to everyone who contributed code on the issue requesting this feature: @cr0ybot, @ryanapsmith, and @koraysels.
This plugin took that work and added the front-end style output, block style output, an improved editor UI (in my opinion), and the ability to work with post types other than post.
Changelog
v0.3.3.1 (February 11, 2026)
- Avoid error for blocks that don't have any wrapper styles
v0.3.3 (February 11, 2026)
- Fix interpolation of existing wrapper styles to avoid overwriting styles added by other plugins or themes on
editor.BlockListBlockfilter.
v0.3.2 (November 14, 2025)
- Correctly load editor styles into the iframe
- Remove unused import
v0.3.1 (7 Oct 2025)
- Fix passing null to
str_contains()in certain cases of the featured image on the front end.
v0.3.0 (1 Oct 2025)
- Add support for focal point on Media & Text blocks displaying the Featured Image if the featured image has a focal point but the block doesn't
- First some editor errors when meta context isn't defined. I think this closes #2
v0.2.0
- Automatically add
custom-fieldssupport to post types that supportthumbnail
v0.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.