Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
conseilgouz committed Apr 15, 2024
2 parents fef2b56 + d2c6d38 commit 8ecbf77
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 to 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 8ecbf77

Please sign in to comment.