We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Handling Images on the Web

Formal Metadata

Title
Handling Images on the Web
Title of Series
Number of Parts
23
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Handling Images on the Web by Marco Otte-Witte Handling images on the web seems simple – add an img tag, set its src and you're done. But then there's also SVGs that can be embedded directly in the DOM. Or you could inline any image with Base64. There's also images in CSS, images that are part of your app and images uploaded by users, various techniques for (pre-) loading images to maximize efficiency and much more. In this talk, I'll give an overview over everything to know and consider when using imagery on the web and some recommendations for common scenarios.