andriilive/wp-disable-generated-image-sizes

`wp-disable-generated-image-sizes` plugin completely and for real disables WordPress & plugins image sizes generation with no need for configuration. Supports bedrock and composer install

dev-main 2024-01-04 21:25 UTC

This package is auto-updated.

Last update: 2024-05-04 22:17:43 UTC


README

Regular plugin vs mu-plugin

To install as regular plugin use composer require andriilive/wp-disable-generated-image-sizes:dev-plugin

wp-disable-generated-image-sizes plugin completely and for real disables WordPress & plugins image sizes generation with no need for configuration

  • Last update: June 2021
  • Supports woocommerce and any other plugins
  • No need for configuration. Activate and go
  • Tested with Wordpress 5.7.2 & php 8.0
  • Only 3 lines of code
  • Supports Bedrock WordPress installs

Requirements

  • Requires WP at least: 4.5
  • Tested up to WP: 5.7.2
  • Requires PHP: 7.1

Install & Activate plugin

Composer (Bedrock Install)

composer require andriilive/wp-disable-generated-image-sizes at root

ZIP Upload

  1. Download wp-disable-generated-image-sizes.zip from here
  2. Login to Wordpress Admin Dashboard
  3. Navigate to Plugins > Add new
  4. Press Upload Plugin and chose wp-disable-generated-image-sizes.zip
  5. Activate the plugin through the Plugins menu in WordPress

FTP

  1. Upload folder wp-disable-generated-image-sizes to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

Regenerate thumbnails

You probably will need to regenerate thumbnails after install.