Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
Update README.md - Fixing a possible typo in HD Media Queries HTML ex…
Browse files Browse the repository at this point in the history
…ample
  • Loading branch information
floriangouy committed Jun 24, 2013
1 parent 8122a66 commit cdabaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Picturefill natively supports HD(Retina) image replacement. While numerous othe
```html
<span data-picture data-alt="A giant stone face at The Bayon temple in Angkor Thom, Cambodia">
<span data-src="small.jpg"></span>
<span data-src="small.jpg" data-media="(min-device-pixel-ratio: 2.0)"></span>
<span data-src="small_x2.jpg" data-media="(min-device-pixel-ratio: 2.0)"></span>
<span data-src="medium.jpg" data-media="(min-width: 400px)"></span>
<span data-src="medium_x2.jpg" data-media="(min-width: 400px) and (min-device-pixel-ratio: 2.0)"></span>
<span data-src="large.jpg" data-media="(min-width: 800px)"></span>
Expand Down

0 comments on commit cdabaac

Please sign in to comment.