Last active
July 11, 2024 15:40
-
-
Save benjclark/6b9c0f62e0e42af4c4693ce58ec0d57d to your computer and use it in GitHub Desktop.
Journal Cover Picture Element HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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