converted screenshots to webp format

This commit is contained in:
Dmitriy Shishkov 2022-10-01 10:46:40 +03:00
parent fae03cf5b6
commit 86b25166ff
7 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -29,18 +29,18 @@
"description": "eBook reader supporting EPUB and FB2 files", "description": "eBook reader supporting EPUB and FB2 files",
"screenshots": [ "screenshots": [
{ {
"src": "/images/screenshot1.jpg", "src": "/images/screenshot1.webp",
"type": "image/jpg", "type": "image/webp",
"sizes": "1080x2400" "sizes": "1080x2400"
}, },
{ {
"src": "/images/screenshot2.jpg", "src": "/images/screenshot2.webp",
"type": "image/jpg", "type": "image/webp",
"sizes": "1080x2400" "sizes": "1080x2400"
}, },
{ {
"src": "/images/screenshot3.jpg", "src": "/images/screenshot3.webp",
"type": "image/jpg", "type": "image/webp",
"sizes": "1080x2400" "sizes": "1080x2400"
} }
] ]