Skip to content

Instantly share code, notes, and snippets.

@benjclark
Last active July 11, 2024 15:40
Show Gist options
  • Save benjclark/6b9c0f62e0e42af4c4693ce58ec0d57d to your computer and use it in GitHub Desktop.
Save benjclark/6b9c0f62e0e42af4c4693ce58ec0d57d to your computer and use it in GitHub Desktop.
Journal Cover Picture Element HTML
<picture>
<source media="(min-width: 480px)"
width="115"
height="175"
srcset="https://media.springernature.com/w115/springer-static/cover-hires/journal/266?as=webp, https://media.springernature.com/w230/springer-static/cover-hires/journal/266?as=webp 2x">
<img width="60"
height="91"
src="https://media.springernature.com/w60/springer-static/cover-hires/journal/266?as=webp"
srcset="https://media.springernature.com/w120/springer-static/cover-hires/journal/266?as=webp 2x"
alt="">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment