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

Commit

Permalink
Closing the span tag
Browse files Browse the repository at this point in the history
Making sure the parent span tag is closed.
  • Loading branch information
kdamball committed Sep 25, 2014
1 parent bc7b125 commit f1b50fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Upon finding a matching `span[data-src]` element, picturefill will generate an `
<span class="sml" data-src="small.jpg"></span>
<span class="med" data-src="medium.jpg" data-media="(min-width: 400px)"></span>
<span class="lrg" data-src="large.jpg" data-media="(min-width: 800px)"></span>
</span>
````

...then you could write styles specific to each of the images, which may be handy for certain layout situations.
Expand Down

0 comments on commit f1b50fc

Please sign in to comment.