diff --git a/index.html b/index.html index f7168b68..27733e1a 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@

Picturefill

A responsive image polyfill

- Officially endorsed by the RICG + Officially endorsed by the RICG

The picture element, srcset and sizes attributes, and associated features allow web developers to deliver an appropriate image to every user depending on a variety of conditions like screen size, viewport size, screen resolution, and more. Picturefill enables support for the picture element and associated features in browsers that do not yet support them, so you can start using them today!

@@ -45,8 +45,11 @@

Contributing, Bug Reports, and More

Downloading Picturefill

-

Picturefill Version 3.0.0 (RC 1)

-

Version 3 is a full rewrite of the codebase featuring optimized performance, better emulation of native behavior, and new spec-based parsers. It also handles some of the quirks, shortcomings, and edge cases related to first-generation native implementations. For IE 9 and earlier, version 3 includes a small shim that polyfills the use of common media conditions (min-width, max-width, min-height, max-height). If you need old IE support for other media conditions, such as orientation or aspect-ratio, please additionally include the matchMedia polyfill. Feedback on this release candidate is highly welcomed—if you encounter any problems, please file an issue on GitHub.

+

Picturefill Version 3.0.0 (Release Candidate 1)

+ +

Version 3 is a full rewrite of the Picturefill codebase, featuring optimized performance, better emulation of native behavior, and parsers that adhere much more closely to the specification. It also handles many of the quirks, shortcomings, and edge cases related to first-generation native implementations.

+ +

Feedback on this beta release is highly welcomed—if you encounter any problems, please file an issue on GitHub.