Skip to content

Instantly share code, notes, and snippets.

@ryanmr
Last active July 15, 2022 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanmr/8bac398422a82f55e501f8116dffed41 to your computer and use it in GitHub Desktop.
Save ryanmr/8bac398422a82f55e501f8116dffed41 to your computer and use it in GitHub Desktop.

this is a header

<picture>
  <source srcset="/large.jpg"
          media="(prefers-color-scheme: dark)">
  <source srcset="/small.jpg"
          media="(prefers-color-scheme: light)">
  <img src="/large.jpg" />
</picture>

Strapi logo Strapi logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment