The img Element: Putting Pictures on a Page
src, alt, width and height. Four attributes, and three of them are doing more work than most people realise.
Images, alt text, figures, audio, video, embeds, responsive images and lazy loading.
7 notes
src, alt, width and height. Four attributes, and three of them are doing more work than most people realise.
Alt text is not a caption, not a keyword list and not a file name. Learn the decision tree that tells you what to write, and when to write nothing at...
A figure is self contained content referred to from the main text. figcaption attaches a visible caption that stays associated with it in the accessib...
Native media playback with no plugin. Learn the controls, the source fallback pattern, autoplay rules that will catch you out, and why captions are no...
Stop sending a 2000 pixel photograph to a phone. Learn width descriptors, the sizes attribute the browser cannot work out for itself, and when picture...
An iframe puts another page inside yours. Learn the YouTube and maps patterns, the title attribute screen readers need, and the sandbox and loading at...
Images are usually the heaviest thing on a page. loading, decoding, fetchpriority and preload are four attributes that decide how fast it feels.