Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created March 30, 2025 17:06
Show Gist options
  • Save henshaw/071a09283eda3760216b21d06d0d395d to your computer and use it in GitHub Desktop.
Save henshaw/071a09283eda3760216b21d06d0d395d to your computer and use it in GitHub Desktop.
Coywolf logo swap using the image srcset property
<picture>
<source media="(max-width: 39rem)" srcset="https://coywolf.pro/wp-content/themes/coywolf-v2/images/coywolf-white.svg" width="60" height="52">
<source media="(min-width: 40rem)" srcset="https://coywolf.pro/wp-content/themes/coywolf-v2/images/coywolf-horizontal-logo.svg" width="287" height="52">
<img src="https://coywolf.pro/wp-content/themes/coywolf-v2/images/coywolf-white.svg" loading="eager" alt="Paint color swatches" width="60" height="52">
</picture>
@henshaw
Copy link
Author

henshaw commented Mar 30, 2025

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