Skip to content

Commit

Permalink
Merge pull request scottjehl#100 from jelmerdemaat/master
Browse files Browse the repository at this point in the history
Fixed small type errors in the README
  • Loading branch information
scottjehl committed Oct 17, 2013
2 parents 6567fe3 + 50db618 commit 548f8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Mark up your responsive images like this.

Each `span[data-src]` element’s `data-media` attribute accepts any and all CSS3 media queries—such as `min` or `max` width, or even `min-resolution` for HD (retina) displays.

**NOTE:** if you need/prefer to use `div`s in your picturefill markup, you may want to grab v1.0.0: https://github.com/scottjehl/picturefill/tree/v1.0.0 . The current version here made the switch to `span` to better mimic an `img` element's inline nature, as well as fix a bug or two for wordpress users.
**NOTE:** if you need/prefer to use `div`s in your picturefill markup, you may want to grab v1.0.0: https://github.com/scottjehl/picturefill/tree/v1.0.0 . The current version here made the switch to `span` to better mimic an `img` element's inline nature, as well as fix a bug or two for WordPress users.

### Explained...

Expand Down Expand Up @@ -96,7 +96,7 @@ Picturefill natively supports HD(Retina) image replacement. While numerous othe
### 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
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
Expand Down

0 comments on commit 548f8fa

Please sign in to comment.