feat: compress some images
This commit is contained in:
parent
feb9b21ff8
commit
f52a13171c
@ -76,7 +76,7 @@ body {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: url(/noise.png);
|
||||
background: url(/images/noise.webp);
|
||||
background-size: 200px;
|
||||
pointer-events: none;
|
||||
/* opacity: 0.3; */
|
||||
|
BIN
public/images/noise.webp
Normal file
BIN
public/images/noise.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
src/content/photos/point-de-lisle/images/PointDeLIsle_small.jpg
(Stored with Git LFS)
Normal file
BIN
src/content/photos/point-de-lisle/images/PointDeLIsle_small.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,12 +1,14 @@
|
||||
---
|
||||
title: "Point de l'Isle"
|
||||
date: 2017-03-29
|
||||
cover: ./images/PointDeLIsle.jpg
|
||||
cover: ./images/PointDeLIsle_small.jpg
|
||||
---
|
||||
|
||||
|
||||
import ImageGallery from "@components/ImageGallery.svelte";
|
||||
import Image from "@components/Image.astro";
|
||||
import PointDeLIsle from "./images/PointDeLIsle.jpg";
|
||||
import PointDeLIsle from "./images/PointDeLIsle_small.jpg";
|
||||
|
||||
<ImageGallery client:load/>
|
||||
|
||||
<Image src={PointDeLIsle} alt=""/>
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
title: "Point de l'Isle"
|
||||
date: 2017-03-29
|
||||
cover: ./images/PointDeLIsle.jpg
|
||||
cover: ./images/PointDeLIsle_small.jpg
|
||||
---
|
||||
|
||||
import ImageGallery from "@components/ImageGallery.svelte";
|
||||
import Image from "@components/Image.astro";
|
||||
import PointDeLIsle from "./images/PointDeLIsle.jpg";
|
||||
import PointDeLIsle from "./images/PointDeLIsle_small.jpg";
|
||||
|
||||
<ImageGallery client:load/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user