Skip to content

Commit cf33906

Browse files
committed
Resize image to displayed size to reduce from 224K to 6.3K
1 parent c04fa79 commit cf33906

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
6.28 KB
Loading
-224 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<nav class="navbar navbar-dark bg-dark">
1818
<div class="container">
1919
<a class="navbar-brand" href="/">
20-
<img src="images/pillow-logo-light-text-1280x640.png"
20+
<img src="images/pillow-logo-light-text-120x60.png"
21+
width="120"
2122
height="60"
2223
alt="Pillow logo with text"
2324
class="d-inline-block align-text-top">

0 commit comments

Comments
 (0)