From d6e4bde6e39a35dbaf0d954a29207c4ba421803f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Sep 2024 05:06:44 +0200 Subject: Prefer AVIF files to PNG --- src/blog/windowing/index.gsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/blog/windowing/index.gsp') diff --git a/src/blog/windowing/index.gsp b/src/blog/windowing/index.gsp index cb2d347..2493d87 100644 --- a/src/blog/windowing/index.gsp +++ b/src/blog/windowing/index.gsp @@ -90,21 +90,21 @@ html lang="en" { figure { figcaption {-Split Windows in Emacs} - img width="100%" src="split.png" + img width="100%" src="split.avif" alt="An Emacs instance with two split Emacs windows" {} } figure { figcaption {-Oops! Firefox Made My Code Unreadable!} - img width="100%" src="oops.png" + img width="100%" src="oops.avif" alt="The window split with Emacs and Firefox on each side" {} } figure { figcaption {-Making Things Better} - img width="100%" src="better.png" + img width="100%" src="better.avif" alt="The window split in three panes, not two" {} } -- cgit v1.2.3