Skip to content

Commit

Permalink
Use JPEG for background image on intro page to improve loading speed
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Martchus committed May 9, 2024
1 parent a214d9d commit d222676
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/specifics.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Binary file added img/screenshots/plasma.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d222676

Please sign in to comment.