about summary refs log tree commit diff
path: root/content/works.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/works.md')
-rw-r--r--content/works.md5
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.