This commit is contained in:
saiminh 2023-10-17 11:30:57 +02:00
parent 55ae212c54
commit faf9a623df

View file

@ -1,12 +0,0 @@
<script lang="ts">
import myImgSrcSetWebp from '$lib/assets/work/formo/formo_hero.png?w=1344;672;336&format=webp&as=srcset'
import myImg from '$lib/assets/work/formo/formo_hero.png?w=200'
</script>
<h1>hakc</h1>
<img
src={myImg}
srcset={myImgSrcSetWebp}
sizes="(min-width: 768px) 60vw, 100vw"
alt="my donkey"
width="700"
/>