WP Manifestindependent plugin directory
manifest / media / resized-on-the-fly

Resized On The Fly

Provides function resized_on_the_fly() for WordPress templates to make it easier to resize image.

by Roman Jaster, Yay Brigade · github.com/yaybrigade/resized-on-the-fly · 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/yaybrigade/resized-on-the-fly/archive/refs/heads/master.zip

Declares an update source (https://github.com/yaybrigade/resized-on-the-fly), so updates arrive through the plugin's own updater.

From the readme

Current Version: 2.11.3 Provides function resizedonthefly() to make it easier to resize image in WordPress. Provides function resizedonthefly() to make it easier to resize image in WordPress. This plugin has no admin UI whatsoever. It solely makes the function resizedonthefly() available for advanced use in templates. Relies on Syamil MJ's Aqua Resizer, which is included. 1. Copy the resized-on-the-fly folder into your wp-content/plugins folder 2. Activate the Resized On The Fly plugin via the plugins admin page 3. Function resizedonthefly() is now available for use in template files (10/31/2025) If image is an SVG, largely ignore it (7/25/2023) Changed "cfit" to "climit" for cloudinary option (to prevent from upscaling small images) (6/30/2023) Fixed PHP 8.0 errors related to gif files (undefined variable) (5/26/2023) Cloudinary support for responsive images Added "flushtransient" option (3/20/2023) Added Cloudinary support for single images (3/3/2023) Fixed PHP 8.0 errors (1/18/2020) Added "addheightwidthattr" option (3/8/2019) Added "altfallback" option (8/4/2016) Performance improvement - image size is saved as a wp transient (so that it does not ha

Read the full README on GitHub →