內容簡介
總結:
這個 WordPress 外掛將每個上傳的 JPG 或 PNG 圖像轉換為 WebP 格式並刪除原始文件。同時,它也會根據文件名自動設置圖像的替代文字。
問題與答案:
<ol>
<li>這個外掛將圖像轉換為哪種格式?</li>
答:WebP 格式。
<li>外掛是否會自動刪除原始的 JPG 或 PNG 檔案?</li>
答:是的,它會刪除原始文件。
<li>外掛如何自動設置圖像的替代文字?</li>
答:根據文件名自動設置。
</ol>
外掛標籤
開發者團隊
原文外掛簡介
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.
