Merge branch 'testing-jxl'
This commit is contained in:
commit
d764d3373d
9 changed files with 17 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
.biglinks > a,
|
||||
.biglinks > img {
|
||||
.biglinks > picture {
|
||||
max-width: calc(100% - 24px);
|
||||
}
|
||||
|
||||
|
@ -22,8 +22,13 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
.biglinks > img {
|
||||
.biglinks > picture {
|
||||
display: inline-block;
|
||||
height: 156px;
|
||||
margin: 12px;
|
||||
}
|
||||
.biglinks > picture > img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
|
BIN
src/static/pic/pic.jxl
Normal file
BIN
src/static/pic/pic.jxl
Normal file
Binary file not shown.
BIN
src/static/pic/pic.webp
Normal file
BIN
src/static/pic/pic.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
BIN
src/static/pic/picx2.jxl
Normal file
BIN
src/static/pic/picx2.jxl
Normal file
Binary file not shown.
BIN
src/static/pic/picx2.webp
Normal file
BIN
src/static/pic/picx2.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
src/static/pic/picx4.jxl
Normal file
BIN
src/static/pic/picx4.jxl
Normal file
Binary file not shown.
BIN
src/static/pic/picx4.webp
Normal file
BIN
src/static/pic/picx4.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
|
@ -27,7 +27,16 @@
|
|||
<img class="svg" src="/static/picto/summit.svg" alt="" />
|
||||
Komoot
|
||||
</a>
|
||||
<img src="/static/pic/pic1.webp" alt="Paysage" />
|
||||
<picture>
|
||||
<source type="image/jxl"
|
||||
srcset="/static/pic/pic.jxl,
|
||||
/static/pic/picx2.jxl 2x,
|
||||
/static/pic/picx4.jxl 4x" />
|
||||
<img alt=""
|
||||
src="/static/pic/pic.webp"
|
||||
srcset="/static/pic/picx2.webp 2x,
|
||||
/static/pic/picx4.webp 4x" />
|
||||
</picture>
|
||||
</div>
|
||||
<nav>
|
||||
<a href="#">
|
||||
|
|
Reference in a new issue