From 9aa22f58cd338bdd22e907239cb33629a5ec2143 Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Mon, 22 Oct 2012 10:22:30 -0500 Subject: [PATCH] updated readme to describe an IE desktop fallback --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 05a26adc..3355bf3d 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,28 @@ Picturefill natively supports HD(Retina) image replacement. While numerous othe * Note: Supporting this many breakpoints quickly adds size to the DOM and increases implementation and maintenance time, so use this technique sparingly. +### Supporting IE Desktop + +Internet Explorer 8 and older have no support for CSS3 Media Queries, so in the examples above, IE will receive the first `data-src` + image reference (or the last one it finds that has no `data-media` attribute. If you'd like to serve a larger image to IE desktop +browsers, you might consider using conditional comments, like this: + +```html +
+
+
+ + + + + +
+``` + ## Support Picturefill supports a broad range of browsers and devices (there are currently no known unsupported browsers), provided that you stick with the markup conventions provided.