Update images to fix size
|
@ -38,9 +38,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="block img-block">
|
<div class="block img-block">
|
||||||
<img srcset="static/img/pic1.webp, static/img/pic1x2.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="" />
|
<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="" />
|
<img srcset="static/img/pic3.webp, static/img/pic3x2.webp 2x" alt="" width="288" height="96" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Contact</h2>
|
<h2>Contact</h2>
|
||||||
|
|
|
@ -123,8 +123,7 @@ dd {
|
||||||
grid-auto-rows: auto;
|
grid-auto-rows: auto;
|
||||||
}
|
}
|
||||||
.img-block > img {
|
.img-block > img {
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
height: 6rem;
|
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
.link-block > a {
|
.link-block > a {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
magick .\pic1.jpg -geometry 608x96^ -gravity center -crop "608x96+0+0" pic1.webp
|
magick .\pic1.jpg -geometry 288x96^ -gravity center -crop "288x96+0+0" pic1.webp
|
||||||
magick .\pic2.jpg -geometry 608x96^ -gravity center -crop "608x96+0+0" pic2.webp
|
magick .\pic2.jpg -geometry 288x96^ -gravity center -crop "288x96+0+0" pic2.webp
|
||||||
magick .\pic3.jpg -geometry 608x96^ -gravity center -crop "608x96+0+0" pic3.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 .\pic1.jpg -geometry 576x192^ -gravity center -crop "576x192+0+0" pic1x2.webp
|
||||||
magick .\pic2.jpg -geometry 1216x192^ -gravity center -crop "1216x192+0+0" pic2x2.webp
|
magick .\pic2.jpg -geometry 576x192^ -gravity center -crop "576x192+0+0" pic2x2.webp
|
||||||
magick .\pic3.jpg -geometry 1216x192^ -gravity center -crop "1216x192+0+0" pic3x2.webp
|
magick .\pic3.jpg -geometry 576x192^ -gravity center -crop "576x192+0+0" pic3x2.webp
|
||||||
|
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 56 KiB |