Skip to content

Commit

Permalink
docs: Compress the device bezels on the website
Browse files Browse the repository at this point in the history
This change should improve loading times on the website.
  • Loading branch information
jbmorley committed Sep 18, 2024
1 parent 6895266 commit d836a62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.14.5)
Expand Down Expand Up @@ -70,6 +69,7 @@ GEM
webrick (1.8.1)

PLATFORMS
aarch64-linux
arm64-darwin-23
x86_64-darwin-20
x86_64-darwin-21
Expand Down
4 changes: 2 additions & 2 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ img.program-screenshot {
z-index: 10;
content: "";
display: block;
background-image: url('/images/bezel-landscape.png');
background-image: url('/images/bezel-landscape-min.png');
background-size: 100% 100%;
}

Expand Down Expand Up @@ -283,7 +283,7 @@ img.program-screenshot {
z-index: 10;
content: "";
display: block;
background-image: url('/images/bezel-ipad-pro-11-landscape.png');
background-image: url('/images/bezel-ipad-pro-11-landscape-min.png');
background-size: 100% 100%;
}

Expand Down
Binary file added docs/images/bezel-ipad-pro-11-landscape-min.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/bezel-landscape-min.png
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 d836a62

Please sign in to comment.