From 09a2e65ef69674295b3455c67d3ebf778b864a82 Mon Sep 17 00:00:00 2001 From: conseilgouz Date: Mon, 15 Apr 2024 09:17:58 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf4b3bd..1f31608 100644 --- a/README.md +++ b/README.md @@ -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.