Contributors: ddegner, af1
Tags: avif, images, performance, media, optimization
Requires at least: 6.8
Tested up to: 6.9
Stable tag: 0.6.1
Requires PHP: 8.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A practical fork of AVIF Local Support focused on real-world UX, logging clarity, and compatibility improvements.
AVIF Local Support Extended is a fork of the original AVIF Local Support plugin by David Degner (ddegner).
This fork resolves two gaps in the original plugin:
- It serves AVIF files in the Kadence Theme Gallery Block, including both thumbnails and the lightbox.
- It scans the WordPress
uploads/directory directly, not just the Media Library, to find images to convert. This is more reliable because it converts files that are not registered in the Media Library, including the additional image sizes generated by Kadence galleries.
As a quality-of-life improvement, I also reformatted the logs area to make them easier to read and skim.
This plugin is based on the original AVIF Local Support by:
- David Degner (ddegner)
- Site: https://www.daviddegner.com
- Original repository: https://github.com/ddegner/avif-local-support
All core AVIF conversion architecture and original plugin foundation are credited to the original author.
The fork was created to solve practical issues discovered during real usage:
-
Better operational visibility
Conversion logs were hard to scan quickly when processing many files. -
Clearer conversion context
Thumbnail conversions can be confusing if source/target naming and size comparisons are not explicit. -
Safer compatibility behavior
Real sites often combine multiple image/gallery/lazy-load systems. -
Workflow-friendly administration
UX changes were made to reduce friction when reviewing results and identifying files that still need conversion.
- Plugin identity updated to AVIF Local Support Extended.
- Logging UX enhancements for easier scanning and troubleshooting.
- Clearer per-entry conversion metadata in logs.
- Better visibility into files without AVIF.
- Compatibility-oriented adjustments for gallery/lazy-load edge cases.
- Multiple admin/tooling refinements for production use.
This fork remains licensed under the GNU General Public License v2 or later (GPLv2+), same as the original project.
- Upload this plugin to
/wp-content/plugins/avif-local-support. - Activate it from WordPress admin.
- Open plugin settings/tools to configure conversion behavior.
- Rebranded fork as AVIF Local Support Extended.
- Added fork-oriented documentation and attribution.
- Maintained GPLv2+ license and original credit.