Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
conseilgouz authored Apr 15, 2024
1 parent c46dd7c commit 09a2e65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ CG WebP - convert images to WEBP without any external library.

CG WebP plugin helps you optimize your page load.

When a page is displayed, all images from defined formats are converted to WEBP format and stored in media/plg_system_cgwebp directory.
When a page is displayed, all images from defined formats are converted to WEBP format and stored in media/plg_system_cgwebp directory or in original images directory.

When images are updated, their webp images is updated as well.

Storing created images in media directory has the double advantages to easily locate those images and not save double save them (by making media/plg_system_cgwebp an exception in Akeeba Backup)

On your pages, webp images will be displayed, replacing original images.

Expand Down

0 comments on commit 09a2e65

Please sign in to comment.