1
Fork 0

Update images to fix size

This commit is contained in:
Edgar P. Burkhart 2023-03-06 13:20:04 +01:00
parent 115eea84c3
commit f7f8730343
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
9 changed files with 10 additions and 11 deletions

View File

@ -38,9 +38,9 @@
</div>
<div class="block img-block">
<img srcset="static/img/pic1.webp, static/img/pic1x2.webp 2x" alt="" />
<img srcset="static/img/pic2.webp, static/img/pic2x2.webp 2x" alt="" />
<img srcset="static/img/pic3.webp, static/img/pic3x2.webp 2x" alt="" />
<img srcset="static/img/pic1.webp, static/img/pic1x2.webp 2x" alt="" width="288" height="96" />
<img srcset="static/img/pic2.webp, static/img/pic2x2.webp 2x" alt="" width="288" height="96" />
<img srcset="static/img/pic3.webp, static/img/pic3x2.webp 2x" alt="" width="288" height="96" />
</div>
<h2>Contact</h2>

View File

@ -123,8 +123,7 @@ dd {
grid-auto-rows: auto;
}
.img-block > img {
width: 100%;
height: 6rem;
max-width: 100%;
object-fit: cover;
}
.link-block > a {

View File

@ -1,7 +1,7 @@
magick .\pic1.jpg -geometry 608x96^ -gravity center -crop "608x96+0+0" pic1.webp
magick .\pic2.jpg -geometry 608x96^ -gravity center -crop "608x96+0+0" pic2.webp
magick .\pic3.jpg -geometry 608x96^ -gravity center -crop "608x96+0+0" pic3.webp
magick .\pic1.jpg -geometry 288x96^ -gravity center -crop "288x96+0+0" pic1.webp
magick .\pic2.jpg -geometry 288x96^ -gravity center -crop "288x96+0+0" pic2.webp
magick .\pic3.jpg -geometry 288x96^ -gravity center -crop "288x96+0+0" pic3.webp
magick .\pic1.jpg -geometry 1216x192^ -gravity center -crop "1216x192+0+0" pic1x2.webp
magick .\pic2.jpg -geometry 1216x192^ -gravity center -crop "1216x192+0+0" pic2x2.webp
magick .\pic3.jpg -geometry 1216x192^ -gravity center -crop "1216x192+0+0" pic3x2.webp
magick .\pic1.jpg -geometry 576x192^ -gravity center -crop "576x192+0+0" pic1x2.webp
magick .\pic2.jpg -geometry 576x192^ -gravity center -crop "576x192+0+0" pic2x2.webp
magick .\pic3.jpg -geometry 576x192^ -gravity center -crop "576x192+0+0" pic3x2.webp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 56 KiB