Skip to content

Instantly share code, notes, and snippets.

@cp-sumi-k
Last active September 21, 2022 12:07
Show Gist options
  • Save cp-sumi-k/eaff4e046b22dee99fbfd19bbf3fc000 to your computer and use it in GitHub Desktop.
Save cp-sumi-k/eaff4e046b22dee99fbfd19bbf3fc000 to your computer and use it in GitHub Desktop.
<template>
<picture>
<img
:src="images[2]"
:srcset="`${images[0]} 400w, ${images[1]} 800w, ${images[2]} 1200w`"
sizes="33vw"
alt="image"
/>
</picture>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment