webp vs. png for fabric background

This commit is contained in:
metacryst
2025-12-01 03:14:57 -06:00
parent daa4182778
commit 9d43362cae
3 changed files with 7 additions and 8 deletions

BIN
ui/_/images/fabric.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

View File

@@ -9,7 +9,7 @@
body {
font-size: 16px;
background-image: url("/_/images/fabric.png");
background-image: url("/_/images/fabric.webp");
background-size: 33vw auto; /* width height of each tile */
}
</style>