Stars: 163
Forks: 27
Pull Requests: 15
Issues: 44
Watchers: 5
Last Updated: 2023-08-12 08:07:51
Fly Dynamic Image Resizer plugin for WordPress
License: MIT License
Languages: PHP, Shell
This plugin was created with the aim of solving dynamic images on WordPress. Although this plugin offers a pretty decent solution, I can no longer recommend its use, since there are better solutions out there.
Here is another plugin I maintain, which may actually be better: https://wordpress.org/plugins/auto-cloudinary/
Thank you for all your support over the years.
This repository will continue to be available, so please feel free to fork and download it!
One of the biggest problems theme developers face is the problem of multiple image sizes. When you upload an image in the media library, WordPress automatically creates thumbnails based on all the image sizes you have defined using add_image_size()
whether you want to use them or not. So the vast majority of the images in wp-content/uploads directory are a waste, and are never used. This is not the optimum way of creating image sizes.
With this plugin, you can create as many image sizes as you want without the guilt of unnecessary image sizes taking up your disk space!
This is because the images created using this plugin are dynamically created when the image is called for the first time, rather than when it is uploaded. You can also delete the cached images for each image individually, or all the cached images.
fly_add_image_size()
function, or directly call the image size in the codeThe wiki contains all the documentation for this plugin: Documentation