quality
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user