Fix README header aspect ratio (#482)

* Fix README header aspect ratio

* add changeset

* bring back img and try responsive width and height

* Remove `width` and `height` attrs

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
Dany Castillo 2021-06-17 18:10:49 +02:00 committed by GitHub
parent 02d175cd95
commit 6573bea8d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Fixed README header aspect ratio

View file

@ -1,4 +1,4 @@
<img src="https://github.com/snowpackjs/astro/blob/main/assets/social/banner.png?raw=true" alt="Astro" width="838" height="420" >
<img src="https://github.com/snowpackjs/astro/blob/main/assets/social/banner.png?raw=true" />
**Astro** is a _fresh but familiar_ approach to building websites. Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era. Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default.