Skip to content

Commit

Permalink
Merge pull request #1568 from freaky4wrld/convert-photos-to-WebP
Browse files Browse the repository at this point in the history
Convert photos to WebP format
  • Loading branch information
trillium authored Feb 1, 2024
2 parents 76ee71d + 769f789 commit 3179a9e
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file removed client/public/bg-image-pier.jpg
Binary file not shown.
Binary file added client/public/bg-image-pier.webp
Binary file not shown.
Binary file removed client/public/bg-image-skyline.jpg
Binary file not shown.
Binary file added client/public/bg-image-skyline.webp
Binary file not shown.
Binary file removed client/public/bg-image-sunset.jpg
Binary file not shown.
Binary file added client/public/bg-image-sunset.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions client/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
"Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image: url("/bg-image-skyline.jpg");
background-image: url("/bg-image-skyline.webp");
background-repeat: no-repeat;
background-position: bottom;
background-position-y: 80%;
Expand Down Expand Up @@ -156,7 +156,7 @@ label {
}

body {
background-image: url("/bg-image-pier.jpg");
background-image: url("/bg-image-pier.webp");
background-repeat: no-repeat;
background-position: top;
background-size: 1200px 1200px;
Expand Down

0 comments on commit 3179a9e

Please sign in to comment.