This commit is contained in:
2024-12-28 12:02:17 -05:00
parent c8c99fa66b
commit 12beff5ded
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ async function generateSite() {
<div class="progressive-image-container"> <div class="progressive-image-container">
<img <img
class="progressive-image thumbnail" class="progressive-image thumbnail"
src="${image.localPath}?quality=10&width=100" src="${image.localPath}?quality=20&width=100"
alt="${image.metadata.description || ''}" alt="${image.metadata.description || ''}"
> >
<img <img

View File

@@ -55,7 +55,7 @@ img {
.navigation { .navigation {
position: fixed; position: fixed;
bottom: 50%; bottom: 33%;
left: 0; left: 0;
right: 0; right: 0;
display: flex; display: flex;