Images as webp.

Martin Braun 6 days ago
parent c4ca450da6
commit c4b15c6be6
  1. BIN
      image/head.png
  2. BIN
      image/head.webp
  3. BIN
      image/map.png
  4. BIN
      image/map.webp
  5. 4
      styles-5.0.css

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

@ -71,7 +71,7 @@ body {
} }
.background { .background {
background-image: url("image/head.png"); background-image: url("image/head.webp");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center top; background-position: center top;
background-attachment: fixed; background-attachment: fixed;
@ -210,7 +210,7 @@ b {
} }
#map { #map {
background-image: url("image/map.png"); background-image: url("image/map.webp");
} }
#sponsor { #sponsor {

Loading…
Cancel
Save