Title: Force WebP
Author: Qrzysio
Published: <strong>জুলাই 20, 2025</strong>
Last modified: ফেব্ৰুৱাৰী 8, 2026

---

প্লাগিনৰ সন্ধান কৰক

![](https://ps.w.org/force-webp/assets/icon-256x256.png?rev=3330911)

# Force WebP

 [Qrzysio](https://profiles.wordpress.org/qrzysio/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/force-webp.1.3.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/force-webp/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/force-webp/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/force-webp/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/force-webp/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/force-webp/)

## বৰ্ণনা

This plugin converts every uploaded JPG or PNG image into modern WebP format to 
improve performance and reduce file size.

Key features:
 – automatic conversion of JPG and PNG images to WebP on upload – 
correct generation of all WordPress image thumbnails – configurable WebP quality
level – optional maximum image width (original images are resized before thumbnails
are generated) – automatic removal of original JPG/PNG files to save disk space –
full compatibility with WordPress “big image scaling” – automatic alt text generation
based on the filename – filename sanitization and collision-safe renaming

All settings apply only to newly uploaded images. Existing media files are not modified.

### Configuration

You can configure the plugin in Tools  Force WebP.

Available options:
 – WebP quality (0–100): controls compression quality for newly
uploaded images – Max width (px, optional): limits the maximum width of original
images before WordPress generates thumbnails (0 = disabled)

All settings affect only images uploaded after saving the configuration.

## ইনষ্টলেশ্যন

 1. Download the plugin or install it from the WordPress Plugin Directory.
 2. Activate it via the Plugins menu in WordPress.
 3. From now on, any JPG or PNG file uploaded to the Media Library will:
 4.  * be converted to WebP
     * have the original file removed
     * receive an alt text based on the filename
     * be renamed to avoid overwriting if duplicates exist

## সঘনাই উত্থাপিত প্ৰশ্ন

### Does the plugin support GIFs?

No. Only JPG/JPEG and PNG are supported. Other formats remain unchanged.

### What happens if the server does not have Imagick with WebP support?

The plugin deactivates itself and shows an admin notice. Please enable Imagick with
WebP support on your server.

### How can I change the compression quality?

The default is 90%. You can change it in Tools  Force WebP. The new quality will
be applied to all images uploaded after you update the setting.

### Does the plugin generate WordPress thumbnails correctly?

Yes. Images are converted to WebP only after WordPress finishes generating all intermediate
image sizes, so thumbnails work exactly as expected.

### What happens to very large images?

If a maximum width is configured, large images are automatically resized before 
thumbnails are generated. WordPress backup originals are removed to avoid duplicate
files.

## পৰ্য্যালোচনা

![](https://secure.gravatar.com/avatar/70028ef7574c859f9e42dcff9f155a183b49b7999f2d9f57287a62893cd30685?
s=60&d=retro&r=g)

### 󠀁[A great plugin.](https://wordpress.org/support/topic/a-great-plugin-468/)󠁿

 [koultti](https://profiles.wordpress.org/koultti/) নৱেম্বৰ 21, 2025 1টা প্ৰত্যুত্তৰ

The plugin is great — the images are really converted to WebP and the original files
are deleted as expected. Congratulations to the developer. But I noticed two bugs:
it seems to interfere with the generation of the site’s thumbnails, so the entire
site ends up loading the full-size image only. Also, the quality level setting doesn’t
work. I tested it by setting it to 10 and then to 90, and the output stayed the 
same. Another idea would be to add a maximum width limiter for images. For example,
when I upload an image, I want it to be converted to WebP and also resized to a 
maximum width of 1000px (of course, this value should be configurable). It would
be great to have this feature.

 [ আটাই 1টা পৰ্য্যালোচনা পঢ়ক ](https://wordpress.org/support/plugin/force-webp/reviews/)

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Force WebP” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

 *   [ Qrzysio ](https://profiles.wordpress.org/qrzysio/)

[আপোনাৰ ভাষাত “Force WebP” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/force-webp)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/force-webp/), [SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/force-webp/)
চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/force-webp/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/force-webp/) ছাবস্ক্ৰাইব
কৰক।

## সলনি-পঞ্জী

#### 1.3

 * Improved compatibility with other plugins by lowering upload hook priorities.
 * Other plugins can now safely set or override image title and alt text.
 * Minor internal code and stability improvements.

#### 1.2

 * Fixed thumbnail generation issue (conversion now runs after metadata creation)–
   thanks to @koultti.
 * Added optional maximum image width setting for original uploads.
 * Integrated with WordPress big image scaling.
 * Automatic removal of WordPress backup original images.
 * Improved WebP quality handling (quality setting now reliably affects output).
 * Internal code cleanup and stability improvements.

#### 1.1.4

 * Added a “Settings” link on the plugins list.
 * Added server WebP support status message on the settings page.

#### 1.1.3

 * Typo fixed.

#### 1.1.2

 * Changed minimum required PHP version to 8.1.
 * Changed minimum WordPress version to 6.5.

#### 1.1.1

 * Improvements and small fixes.

#### 1.1

 * Improved: plugin now checks whether Imagick is available on the server.

#### 1.0.3

 * Fixed issue where PNG images without transparency were converted to fully transparent
   images.
 * Added configuration page in Tools  Force WebP to set image quality.

#### 1.0.2

 * Default WebP changed to 90%.

#### 1.0.1

 * Added filename uniqueness handling for WebP files.

#### 1.0

 * Initial release: convert JPG/PNG to WebP (90% quality), remove original files,
   rename files, and set alt text.

## মেটা

 *  **1.3** সংস্কৰণ
 *  **2 মাহ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **90+**
 *  WordPress-ৰ সংস্কৰণ ** 6.5 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **6.9.4**
 *  PHP-ৰ সংস্কৰণ ** 8.1 বা তাতকৈ ওপৰৰ **
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/force-webp/)
 * [converter](https://as.wordpress.org/plugins/tags/converter/)[images](https://as.wordpress.org/plugins/tags/images/)
   [optimization](https://as.wordpress.org/plugins/tags/optimization/)[upload](https://as.wordpress.org/plugins/tags/upload/)
   [webp](https://as.wordpress.org/plugins/tags/webp/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/force-webp/advanced/)

## ৰে’টিংবোৰ

 5টাৰ ভিতৰত 4টা তৰা।

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/force-webp/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/force-webp/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/force-webp/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/force-webp/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/force-webp/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/force-webp/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/force-webp/reviews/)

## অৱদানকাৰীসকল

 *   [ Qrzysio ](https://profiles.wordpress.org/qrzysio/)

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/force-webp/)