This commit is contained in:
Knight 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">
<img
class="progressive-image thumbnail"
src="${image.localPath}?quality=10&width=100"
src="${image.localPath}?quality=20&width=100"
alt="${image.metadata.description || ''}"
>
<img

View File

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