Convert all jpg pictures to webp

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-08-12 16:40:04 +02:00
parent 57c3df43ff
commit 9d00aff619
106 changed files with 15 additions and 54 deletions

View File

@@ -205,11 +205,11 @@ section {
.not-found {
.img-container {
background-image: url("../../../public/img/pics/group-480w.jpg");
background-image: url("../../../public/img/pics/group-480w.webp");
@media (min-resolution: 2dppx) {
& {
background-image: url("../../../public/img/pics/group-1024w.jpg");
background-image: url("../../../public/img/pics/group-1024w.webp");
}
}
&.webp {