quality
This commit is contained in:
parent
c8c99fa66b
commit
12beff5ded
@ -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
|
||||
|
||||
@ -55,7 +55,7 @@ img {
|
||||
|
||||
.navigation {
|
||||
position: fixed;
|
||||
bottom: 50%;
|
||||
bottom: 33%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user