fix: crop
This commit is contained in:
parent
e07668742a
commit
779d636f08
1 changed files with 5 additions and 5 deletions
|
@ -2,16 +2,16 @@
|
||||||
<div class="webring-centered flex-centered">
|
<div class="webring-centered flex-centered">
|
||||||
<img
|
<img
|
||||||
srcset="
|
srcset="
|
||||||
https://cdn.coryd.dev/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=200 200w,
|
https://cdn.coryd.dev/assets/webrings/theclaw.png?width=200 200w,
|
||||||
https://cdn.coryd.dev/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=400 400w,
|
https://cdn.coryd.dev/assets/webrings/theclaw.png?width=400 400w,
|
||||||
https://cdn.coryd.dev/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=800 800w,
|
https://cdn.coryd.dev/assets/webrings/theclaw.png?width=800 800w,
|
||||||
https://cdn.coryd.dev/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=1600 1600w
|
https://cdn.coryd.dev/assets/webrings/theclaw.png?width=1600 1600w
|
||||||
"
|
"
|
||||||
sizes="(max-width: 450px) 200px,
|
sizes="(max-width: 450px) 200px,
|
||||||
(max-width: 850px) 400px,
|
(max-width: 850px) 400px,
|
||||||
(max-width: 1000px) 800px,
|
(max-width: 1000px) 800px,
|
||||||
1600px"
|
1600px"
|
||||||
src="https://cdn.coryd.dev/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=1600"
|
src="https://cdn.coryd.dev/assets/webrings/theclaw.png?width=1600"
|
||||||
alt="The Claw Webring"
|
alt="The Claw Webring"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
decoding="async"
|
decoding="async"
|
||||||
|
|
Reference in a new issue