Skip to content

Commit

Permalink
Just some indentation :)
Browse files Browse the repository at this point in the history
  • Loading branch information
verlok committed Jul 22, 2014
1 parent 8d156db commit d29a4d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/picturePolyfill.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h3>Without HD (Retina) display support</h3>
data-default-src="http://demo.api.pixtulate.com/demo/large-2.jpg?w=720">
<source media="(min-width: 1441px)" src="http://demo.api.pixtulate.com/demo/large-2.jpg?w=960"/>
<source media="(min-width: 1025px)" src="http://demo.api.pixtulate.com/demo/large-2.jpg?w=720"/>
<source media="(min-width: 481px)" src="http://demo.api.pixtulate.com/demo/large-2.jpg?w=512"/>
<source media="(min-width: 481px)" src="http://demo.api.pixtulate.com/demo/large-2.jpg?w=512"/>
<source src="http://demo.api.pixtulate.com/demo/large-2.jpg?w=480"/>
<img src="http://demo.api.pixtulate.com/demo/large-2.jpg?w=720" alt="A beautiful responsive image"/>
</picture>
Expand All @@ -84,7 +84,7 @@ <h3>With HD (Retina) display support</h3>
<picture data-alt="A beautiful responsive image" data-default-src="img/960x960.gif">
<source media="(min-width: 1441px)" srcset="img/960x960.gif, img/960x960x2.gif 2x"/>
<source media="(min-width: 1025px)" srcset="img/720x720.gif, img/720x720x2.gif 2x"/>
<source media="(min-width: 481px)" srcset="img/512x512.gif, img/512x512x2.gif 2x"/>
<source media="(min-width: 481px)" srcset="img/512x512.gif, img/512x512x2.gif 2x"/>
<source srcset="img/480x480.gif, img/480x480x2.gif 2x"/>
<img src="img/960x960.gif" alt="A beautiful responsive image"/>
</picture>
Expand All @@ -94,7 +94,7 @@ <h3>Without HD (Retina) display support</h3>
<picture data-alt="A beautiful responsive image" data-default-src="img/960x960.gif">
<source media="(min-width: 1441px)" src="img/960x960.gif"/>
<source media="(min-width: 1025px)" src="img/720x720.gif"/>
<source media="(min-width: 481px)" src="img/512x512.gif"/>
<source media="(min-width: 481px)" src="img/512x512.gif"/>
<source src="img/480x480.gif"/>
<img src="img/960x960.gif" alt="A beautiful responsive image"/>
</picture>
Expand Down

0 comments on commit d29a4d3

Please sign in to comment.