feat: compress some images
This commit is contained in:
parent
feb9b21ff8
commit
f52a13171c
@ -76,7 +76,7 @@ body {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: url(/noise.png);
|
background: url(/images/noise.webp);
|
||||||
background-size: 200px;
|
background-size: 200px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
/* opacity: 0.3; */
|
/* 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"
|
title: "Point de l'Isle"
|
||||||
date: 2017-03-29
|
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 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=""/>
|
<Image src={PointDeLIsle} alt=""/>
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: "Point de l'Isle"
|
title: "Point de l'Isle"
|
||||||
date: 2017-03-29
|
date: 2017-03-29
|
||||||
cover: ./images/PointDeLIsle.jpg
|
cover: ./images/PointDeLIsle_small.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
import ImageGallery from "@components/ImageGallery.svelte";
|
import ImageGallery from "@components/ImageGallery.svelte";
|
||||||
import Image from "@components/Image.astro";
|
import Image from "@components/Image.astro";
|
||||||
import PointDeLIsle from "./images/PointDeLIsle.jpg";
|
import PointDeLIsle from "./images/PointDeLIsle_small.jpg";
|
||||||
|
|
||||||
<ImageGallery client:load/>
|
<ImageGallery client:load/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user