mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
Shrinks PNGs and converts large gif to webm
PNGs were ran through TinyPng. Table.gif was weighing in at over 1.7mb on my machine. Converted to webm and it's down to 80kb which is pretty nice for something on the home page. Other gifs didn't have that much of an improvement so I just left them as GIFs.
This commit is contained in:

committed by
Patrik Svensson

parent
2a9fbb1ee9
commit
9a68b27b31
@ -27,4 +27,11 @@ for Python written by Will McGugan.
|
||||
|
||||

|
||||
|
||||
{class=mt-4}
|
||||
<video autoplay muted loop class="mt-4">
|
||||
<source src="./assets/images/table.webm"
|
||||
type="video/webm">
|
||||
<source src="./assets/images/table.mp4"
|
||||
type="video/mp4">
|
||||
Sorry, your browser doesn't support embedded videos.
|
||||
</video>
|
||||
|
||||
|
Reference in New Issue
Block a user