srcset with different ratio mock data
uri: https://via.placeholder.com/320x240
height: 240
width: 320
alt: alt text
sources:
- srcset: https://via.placeholder.com/2560x120
media: '(min-width: 100em)'
size: xxl
height: 120
width: 2560
- srcset: https://via.placeholder.com/1440x1080
media: '(min-width: 80em) and (max-width: 99.9375em)'
size: xl
height: 1080
width: 1440
- srcset: https://via.placeholder.com/1024x768
media: '(min-width: 64em) and (max-width: 79.9375em)'
size: lg
height: 768
width: 1024
- srcset: https://via.placeholder.com/576x768
media: '(min-width: 48em) and (max-width: 63.9375em)'
size: md
height: 768
width: 576
- srcset: https://via.placeholder.com/427x570
media: '(max-width: 47.9375em)'
size: sm
height: 570
width: 427