Closed armno closed 5 years ago
Image sizes
small
- 500pxmedium
- 800pxlarge
- TBA mai meemedium-zoom supports zooming to image's full size https://github.com/francoischalifour/medium-zoom#attributes
excellent tweet clarifying srcset
and sizes
attributes https://twitter.com/csswizardry/status/836960832789565440
html 5.2 from W3C said <figcaption>
must be a descendant of <figure>
https://www.w3.org/TR/html52/grouping-content.html#the-figcaption-element
whereas the html standards from WHATWG states that <figcaption>
must be the first or last child element of the <figure>
element only https://html.spec.whatwg.org/multipage/grouping-content.html#the-figcaption-element
jake's post is also gold: https://jakearchibald.com/2015/anatomy-of-responsive-images/