1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-26 05:11:08 +00:00

refactor: Standardize size of cover images (#2991)

Signed-off-by: Jonah Aragon <jonah@privacyguides.org>
Signed-off-by: Mare Polaris <ph00lt0@privacyguides.org>
This commit is contained in:
redoomed1
2025-04-12 08:10:53 -07:00
committed by GitHub
parent 683e12f948
commit ebf12a0672
9 changed files with 3 additions and 3 deletions

View File

@@ -88,8 +88,8 @@ scour --set-precision=5 \
### WebP
Use the [cwebp](https://developers.google.com/speed/webp/docs/using) command to convert PNG or JPEG image files to WebP format:
Use the [`cwebp`](https://developers.google.com/speed/webp/docs/using) command to convert PNG or JPEG image files to WebP format:
```bash
cwebp -q 70 -m 6 input_file -o output.webp
cwebp -m 6 input_file -o output.webp
```