SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Downloaden Sie, um offline zu lesen
I love images.
● BA in Art History
● Worked at a stock image company
(RIP Veer)
● Front End Developer for 7 years and
now work on Shopify themes
*Source
GOAL.
Excellent visual experience
across all devices.
Big images.
● Designers love huge, impactful images
● Image-heavy sites aren’t going
anywhere
● Comes at a cost - $17,658.62 to run
Unsplash for a month*
*Source
High quality across
devices.
● Variety of devices to consider
● Users no longer only use desktop to
shop/ work
● Some people only have access to mobile
phone
Reduced load times.
● Images are not render-blocking but still
impact user experience
● Non-resized images will drain data plans
● Is it necessary to load that massive
image?
HOW? 3 things to keep in mind.
*Source
FAST.
Let’s get things moving.
Your go-to image types.
● JPG
● PNG
● SVG
● GIF
● Test out various image types and see
what works best - the smaller the image
size, the faster it will download to the
browser
The future is cool.
● Hundreds of image file types? What?
● BPG will work (but only with some JS)
● WEBP works in Chrome and Opera
● Keep an eye on these, but they aren’t
there quite yet (sadly)
Get some help.
● CDN is your global team
● Deploy your images as fast as possible
● Optimize your images before adding to
server (not always possible with content
management systems)
● MaxCDN, CloudFlare, Rackspace Cloud
Files, CacheFly, AWS and so on
Save it for later.
● Cache your images
● Change the request headers of your
resources to use caching*
● Edit your .htaccess file (depending on
your set-up)
● Be aggressive, be, be aggressive!
*Source
Do you really need that
many images?
● Yes. (or maybe not)
GOOD.
Couture-quality.
Resize our images.
● Need to have different sizes of our
images
● CMS will often provide options for
different image dimensions
Image sizes.
● kitten-large.jpg (1024 x 768)
● kitten-medium.jpg (640 x 480)
● kitten-small.jpg (320 x 240)
Some new friends.
● srcset (new attribute for img)
● sizes (new attribute for img)
● picture (new element)
Browser support - srcset
● So much can change in a year
● IE and Opera Mini are still a problem, but
we’ll address that in a bit
2015
2016
srcset
● Attribute that is added to the img
element
● Allows us to add comma-separated list
of images with info about their
dimensions
● Possible to specify width of image in
relation to the browser window or pixel
density
Pixel density
Width
sizes
● sizes="(min-width: 769px) 25vw, 100vw"
● Translates to "If the viewport is wider
than 769px, then this image will take up
a quarter of the viewport. Otherwise, it
will take up the full-width (100%) of the
viewport."
Browser support - picture
● We’re getting there!
● Greater control over which image is
displayed, but less popular
2015
2016
picture
● Wraps around the img element
● Append classes to img element (or
figure)
● Allows for progressive enhancement -
eg. if webp is supported, use it instead
Art direction.
● kitten-large.jpg (1024 x 768)
● kitten-medium.jpg (640 x 480)
● kitten-small.jpg (320 x 240)
CHEAP.
(results may vary)
Time = money.
● Automate tasks
● Use small amount of JS to make life
easier
● Cross-browser support
Automate resizing.
● User-uploaded images resized on the fly
http://adaptive-images.com/ or http:
//squeezr.it/
● Task runners to automate your image-
resizing: https://github.
com/andismith/grunt-responsive-images,
https://github.com/mahnunchik/gulp-
responsive
IE/ Opera Mini
● First… huzzah for Edge!! Totally
supports srcset, sizes and picture
● Alas, IE11 and below/ Opera mini
● Picturefill to the rescue!
● https://github.com/scottjehl/picturefill
● We’ll get there eventually.
Responsive images with
a little help from
JavaScript.
● https://github.com/kvendrik/responsive-
images.js
● https://github.com/wentin/ResponsifyJS/
● http://www.imgix.com/imgix-js ($$$)
● https://github.com/scottjehl/picturefill
LazySizes
● https://github.com/aFarkas/lazysizes
● Combines cross-browser support of
srcset and sizes with lazy loading
● Have to use polyfill for IE (https://github.
com/aFarkas/lazysizes/tree/gh-
pages/plugins/respimg)
Final thoughts.
● Educate client on side-effects of large
images
● Don’t let yourself be constrained to text
only!
● Start using srcset, sizes and picture
today - the more they are used, the
quicker browsers will implement the
desired functionality
● Fast, good and cheap.
More Rescources.
● Lynda.com Responsive Images
● Responsive images 101
● Picture Element
● Responsive Images overview
● Importance of page speed
Thanks for listening!
Anne Thomas
@AlfalfaAnne
Out of the Sandbox

Weitere ähnliche Inhalte

Ähnlich wie Deliver Perfect Images At Any Size

Castro Chapter 5
Castro Chapter 5Castro Chapter 5
Castro Chapter 5
Jeff Byrnes
 
Design Best Practices for WordPress
Design Best Practices for WordPressDesign Best Practices for WordPress
Design Best Practices for WordPress
Suzette Franck
 

Ähnlich wie Deliver Perfect Images At Any Size (20)

Responsive Design: Building for a Modern Web
Responsive Design: Building for a Modern WebResponsive Design: Building for a Modern Web
Responsive Design: Building for a Modern Web
 
Html 5 mobile - nitty gritty
Html 5 mobile - nitty grittyHtml 5 mobile - nitty gritty
Html 5 mobile - nitty gritty
 
Performance and Memory Tuning - Part III - Transcript.pdf
Performance and Memory Tuning - Part III - Transcript.pdfPerformance and Memory Tuning - Part III - Transcript.pdf
Performance and Memory Tuning - Part III - Transcript.pdf
 
Delivering Optimal Images for Phones and Tablets on the Modern Web
Delivering Optimal Images for Phones and Tablets on the Modern WebDelivering Optimal Images for Phones and Tablets on the Modern Web
Delivering Optimal Images for Phones and Tablets on the Modern Web
 
Castro Chapter 5
Castro Chapter 5Castro Chapter 5
Castro Chapter 5
 
#PDR15 - Pebble Graphics
#PDR15 - Pebble Graphics#PDR15 - Pebble Graphics
#PDR15 - Pebble Graphics
 
Responsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesResponsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and Techniques
 
We should optimize images
We should optimize imagesWe should optimize images
We should optimize images
 
Images blast off at the speed of Jamstack! - Alba Silvente Fuentes
Images blast off at the speed of Jamstack! - Alba Silvente FuentesImages blast off at the speed of Jamstack! - Alba Silvente Fuentes
Images blast off at the speed of Jamstack! - Alba Silvente Fuentes
 
The future of BYU web design
The future of BYU web designThe future of BYU web design
The future of BYU web design
 
2022.04 - CSS Day IT - Images Optimisation 4.0
2022.04 - CSS Day IT - Images Optimisation 4.02022.04 - CSS Day IT - Images Optimisation 4.0
2022.04 - CSS Day IT - Images Optimisation 4.0
 
Design Best Practices for WordPress
Design Best Practices for WordPressDesign Best Practices for WordPress
Design Best Practices for WordPress
 
Automated perf optimization - jQuery Conference
Automated perf optimization - jQuery ConferenceAutomated perf optimization - jQuery Conference
Automated perf optimization - jQuery Conference
 
File types.
File types.File types.
File types.
 
Responsive Web Design
Responsive Web Design Responsive Web Design
Responsive Web Design
 
A holistic approach to web performance
A holistic approach to web performanceA holistic approach to web performance
A holistic approach to web performance
 
Tips for Making Your Website Load Faster
Tips for Making Your Website Load FasterTips for Making Your Website Load Faster
Tips for Making Your Website Load Faster
 
Improving Game Performance in the Browser
Improving Game Performance in the BrowserImproving Game Performance in the Browser
Improving Game Performance in the Browser
 
Web Optimisation
Web OptimisationWeb Optimisation
Web Optimisation
 
Presentation on Fresco
Presentation on FrescoPresentation on Fresco
Presentation on Fresco
 

Mehr von FITC

Designing for Digital Health
Designing for Digital HealthDesigning for Digital Health
Designing for Digital Health
FITC
 
Profiling JavaScript Performance
Profiling JavaScript PerformanceProfiling JavaScript Performance
Profiling JavaScript Performance
FITC
 
HyperLight Websites
HyperLight WebsitesHyperLight Websites
HyperLight Websites
FITC
 
Everything is Terrifying
Everything is TerrifyingEverything is Terrifying
Everything is Terrifying
FITC
 
Post-Earth Visions: Designing for Space and the Future Human
Post-Earth Visions: Designing for Space and the Future HumanPost-Earth Visions: Designing for Space and the Future Human
Post-Earth Visions: Designing for Space and the Future Human
FITC
 

Mehr von FITC (20)

Cut it up
Cut it upCut it up
Cut it up
 
Designing for Digital Health
Designing for Digital HealthDesigning for Digital Health
Designing for Digital Health
 
Profiling JavaScript Performance
Profiling JavaScript PerformanceProfiling JavaScript Performance
Profiling JavaScript Performance
 
Surviving Your Tech Stack
Surviving Your Tech StackSurviving Your Tech Stack
Surviving Your Tech Stack
 
How to Pitch Your First AR Project
How to Pitch Your First AR ProjectHow to Pitch Your First AR Project
How to Pitch Your First AR Project
 
Start by Understanding the Problem, Not by Delivering the Answer
Start by Understanding the Problem, Not by Delivering the AnswerStart by Understanding the Problem, Not by Delivering the Answer
Start by Understanding the Problem, Not by Delivering the Answer
 
Cocaine to Carrots: The Art of Telling Someone Else’s Story
Cocaine to Carrots: The Art of Telling Someone Else’s StoryCocaine to Carrots: The Art of Telling Someone Else’s Story
Cocaine to Carrots: The Art of Telling Someone Else’s Story
 
Everyday Innovation
Everyday InnovationEveryday Innovation
Everyday Innovation
 
HyperLight Websites
HyperLight WebsitesHyperLight Websites
HyperLight Websites
 
Everything is Terrifying
Everything is TerrifyingEverything is Terrifying
Everything is Terrifying
 
Post-Earth Visions: Designing for Space and the Future Human
Post-Earth Visions: Designing for Space and the Future HumanPost-Earth Visions: Designing for Space and the Future Human
Post-Earth Visions: Designing for Space and the Future Human
 
The Rise of the Creative Social Influencer (and How to Become One)
The Rise of the Creative Social Influencer (and How to Become One)The Rise of the Creative Social Influencer (and How to Become One)
The Rise of the Creative Social Influencer (and How to Become One)
 
East of the Rockies: Developing an AR Game
East of the Rockies: Developing an AR GameEast of the Rockies: Developing an AR Game
East of the Rockies: Developing an AR Game
 
Creating a Proactive Healthcare System
Creating a Proactive Healthcare SystemCreating a Proactive Healthcare System
Creating a Proactive Healthcare System
 
World Transformation: The Secret Agenda of Product Design
World Transformation: The Secret Agenda of Product DesignWorld Transformation: The Secret Agenda of Product Design
World Transformation: The Secret Agenda of Product Design
 
The Power of Now
The Power of NowThe Power of Now
The Power of Now
 
High Performance PWAs
High Performance PWAsHigh Performance PWAs
High Performance PWAs
 
Rise of the JAMstack
Rise of the JAMstackRise of the JAMstack
Rise of the JAMstack
 
From Closed to Open: A Journey of Self Discovery
From Closed to Open: A Journey of Self DiscoveryFrom Closed to Open: A Journey of Self Discovery
From Closed to Open: A Journey of Self Discovery
 
Projects Ain’t Nobody Got Time For
Projects Ain’t Nobody Got Time ForProjects Ain’t Nobody Got Time For
Projects Ain’t Nobody Got Time For
 

Kürzlich hochgeladen

pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
JOHNBEBONYAP1
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
nilamkumrai
 
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 

Kürzlich hochgeladen (20)

VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
 
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 

Deliver Perfect Images At Any Size

  • 1.
  • 2. I love images. ● BA in Art History ● Worked at a stock image company (RIP Veer) ● Front End Developer for 7 years and now work on Shopify themes *Source
  • 4. Big images. ● Designers love huge, impactful images ● Image-heavy sites aren’t going anywhere ● Comes at a cost - $17,658.62 to run Unsplash for a month* *Source
  • 5. High quality across devices. ● Variety of devices to consider ● Users no longer only use desktop to shop/ work ● Some people only have access to mobile phone
  • 6. Reduced load times. ● Images are not render-blocking but still impact user experience ● Non-resized images will drain data plans ● Is it necessary to load that massive image?
  • 7. HOW? 3 things to keep in mind.
  • 10. Your go-to image types. ● JPG ● PNG ● SVG ● GIF ● Test out various image types and see what works best - the smaller the image size, the faster it will download to the browser
  • 11. The future is cool. ● Hundreds of image file types? What? ● BPG will work (but only with some JS) ● WEBP works in Chrome and Opera ● Keep an eye on these, but they aren’t there quite yet (sadly)
  • 12. Get some help. ● CDN is your global team ● Deploy your images as fast as possible ● Optimize your images before adding to server (not always possible with content management systems) ● MaxCDN, CloudFlare, Rackspace Cloud Files, CacheFly, AWS and so on
  • 13. Save it for later. ● Cache your images ● Change the request headers of your resources to use caching* ● Edit your .htaccess file (depending on your set-up) ● Be aggressive, be, be aggressive! *Source
  • 14. Do you really need that many images? ● Yes. (or maybe not)
  • 16. Resize our images. ● Need to have different sizes of our images ● CMS will often provide options for different image dimensions
  • 17. Image sizes. ● kitten-large.jpg (1024 x 768) ● kitten-medium.jpg (640 x 480) ● kitten-small.jpg (320 x 240)
  • 18. Some new friends. ● srcset (new attribute for img) ● sizes (new attribute for img) ● picture (new element)
  • 19. Browser support - srcset ● So much can change in a year ● IE and Opera Mini are still a problem, but we’ll address that in a bit 2015 2016
  • 20. srcset ● Attribute that is added to the img element ● Allows us to add comma-separated list of images with info about their dimensions ● Possible to specify width of image in relation to the browser window or pixel density Pixel density Width
  • 21. sizes ● sizes="(min-width: 769px) 25vw, 100vw" ● Translates to "If the viewport is wider than 769px, then this image will take up a quarter of the viewport. Otherwise, it will take up the full-width (100%) of the viewport."
  • 22. Browser support - picture ● We’re getting there! ● Greater control over which image is displayed, but less popular 2015 2016
  • 23. picture ● Wraps around the img element ● Append classes to img element (or figure) ● Allows for progressive enhancement - eg. if webp is supported, use it instead
  • 24. Art direction. ● kitten-large.jpg (1024 x 768) ● kitten-medium.jpg (640 x 480) ● kitten-small.jpg (320 x 240)
  • 26. Time = money. ● Automate tasks ● Use small amount of JS to make life easier ● Cross-browser support
  • 27. Automate resizing. ● User-uploaded images resized on the fly http://adaptive-images.com/ or http: //squeezr.it/ ● Task runners to automate your image- resizing: https://github. com/andismith/grunt-responsive-images, https://github.com/mahnunchik/gulp- responsive
  • 28. IE/ Opera Mini ● First… huzzah for Edge!! Totally supports srcset, sizes and picture ● Alas, IE11 and below/ Opera mini ● Picturefill to the rescue! ● https://github.com/scottjehl/picturefill ● We’ll get there eventually.
  • 29. Responsive images with a little help from JavaScript. ● https://github.com/kvendrik/responsive- images.js ● https://github.com/wentin/ResponsifyJS/ ● http://www.imgix.com/imgix-js ($$$) ● https://github.com/scottjehl/picturefill
  • 30. LazySizes ● https://github.com/aFarkas/lazysizes ● Combines cross-browser support of srcset and sizes with lazy loading ● Have to use polyfill for IE (https://github. com/aFarkas/lazysizes/tree/gh- pages/plugins/respimg)
  • 31. Final thoughts. ● Educate client on side-effects of large images ● Don’t let yourself be constrained to text only! ● Start using srcset, sizes and picture today - the more they are used, the quicker browsers will implement the desired functionality ● Fast, good and cheap.
  • 32. More Rescources. ● Lynda.com Responsive Images ● Responsive images 101 ● Picture Element ● Responsive Images overview ● Importance of page speed
  • 33. Thanks for listening! Anne Thomas @AlfalfaAnne Out of the Sandbox