fix: aspect ratio
This commit is contained in:
parent
742d7c111f
commit
427b51bc18
3 changed files with 4 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "19.6.12",
|
||||
"version": "19.6.13",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "19.6.12",
|
||||
"version": "19.6.13",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "19.6.12",
|
||||
"version": "19.6.13",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -19,6 +19,7 @@ image: https://cdn.coryd.dev/assets/404.jpg
|
|||
src="https://cdn.coryd.dev/assets/404.jpg?aspect_ratio=1:.5625&width=2048"
|
||||
alt="{{ alt }}"
|
||||
class="image-banner"
|
||||
style="aspect-ratio:1/0.5625"
|
||||
loading="eager"
|
||||
decoding="async"
|
||||
width="768"
|
||||
|
|
Reference in a new issue