Use JPEG for background image on intro page to improve loading speed

The text is still pretty sharp so using PNG seems very needles and JPEG is
much smaller (eventhough the PNG has already been optimized via optipng).
This commit is contained in:
Martchus 2024-05-01 14:05:38 +02:00
parent a214d9da06
commit d222676d0c
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
.banner {
margin: -23px;
margin-bottom: 10px;
background-image: url(../img/screenshots/plasma.png);
background-image: url(../img/screenshots/plasma.jpg);
background-position-y: -758px;
background-position-x: right;
background-repeat: no-repeat;

BIN
img/screenshots/plasma.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB