Switch header image from PNG to JPEG.
Almost 3x smaller. Also run ImageOptim on all the images.
|
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 108 B |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 188 KiB |
BIN
app/static/images/header.jpg
Normal file
|
After Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 273 KiB |
BIN
app/static/images/header@2x.jpg
Normal file
|
After Width: | Height: | Size: 273 KiB |
|
Before Width: | Height: | Size: 754 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 32 KiB |
|
|
@ -11,7 +11,7 @@
|
|||
<body>
|
||||
<div class="header">
|
||||
<a href="/">
|
||||
<img src="/static/images/header.png" srcset="/static/images/header.png 1x, /static/images/header@2x.png 2x" width="1111" height="153" alt="RetroGit">
|
||||
<img src="/static/images/header.jpg" srcset="/static/images/header.jpg 1x, /static/images/header@2x.jpg 2x" width="1111" height="153" alt="RetroGit">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||