fix: inline aspect ratios

This commit is contained in:
Cory Dransfeldt 2024-07-03 12:49:22 -07:00
parent 2c92823879
commit 84b92af08f
No known key found for this signature in database
6 changed files with 3 additions and 7 deletions

View file

@ -19,7 +19,6 @@ image: https://cdn.coryd.dev/assets/404.jpg
src="https://cdn.coryd.dev/assets/404.jpg?class=bannerlg"
alt="{{ alt }}"
class="image-banner"
style="aspect-ratio:1/0.5625"
loading="eager"
decoding="async"
width="1080"

View file

@ -19,7 +19,6 @@ image: https://cdn.coryd.dev/assets/broken.jpg
src="https://cdn.coryd.dev/assets/broken.jpg?class=bannerlg"
alt="{{ alt }}"
class="image-banner"
style="aspect-ratio:1/0.5625"
loading="eager"
decoding="async"
width="1080"

View file

@ -19,7 +19,6 @@ image: https://cdn.coryd.dev/assets/not-allowed.jpg
src="https://cdn.coryd.dev/assets/not-allowed.jpg?class=bannerlg"
alt="{{ alt }}"
class="image-banner"
style="aspect-ratio:1/0.5625"
loading="eager"
decoding="async"
width="1080"

View file

@ -19,7 +19,6 @@ image: https://cdn.coryd.dev/assets/stop.jpg
src="https://cdn.coryd.dev/assets/stop.jpg?class=bannerlg"
alt="{{ alt }}"
class="image-banner"
style="aspect-ratio:1/0.5625"
loading="eager"
decoding="async"
width="1080"