diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-16 16:03:14 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-16 16:03:14 +0700 |
commit | ceaf24acd391d392e43177cfac1c10f8992ec699 (patch) | |
tree | 15fbba1c6f1a0ed88a80fa277b254dcfb5e828b8 /content/works.md | |
parent | 75d5209e5c9dc8c9c22a5a865f7c7f8166b282e6 (diff) | |
download | blog-ceaf24acd391d392e43177cfac1c10f8992ec699.tar.gz |
Add webp alternative to reduce loading time
Also, edit CSS version to clear cache
Diffstat (limited to 'content/works.md')
-rw-r--r-- | content/works.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/works.md b/content/works.md index 84fdeaf..5408f3d 100644 --- a/content/works.md +++ b/content/works.md @@ -61,7 +61,10 @@ I have transferred the repo ownership to my friend [dinhanhx][dinhanhx-gh] I added face culling and added texture to the 3D shooting game [axuy][axuy] by [McSinyx][cnx]. -![axuy](axuy.png) +<picture> + <source srcset="/images/axuy.webp" type="image/webp"> + <img alt="axuy" src="/images/axuy.png"> +</picture> The game uses [palace](#palace) for 3D audio by the way. |