Browse Source

readme update (ie old version support)

pull/9/head
Morozov Andrew 11 years ago
parent
commit
1e1de93040
  1. 7
      README.md

7
README.md

@ -1,6 +1,6 @@
# Echo [![Build Status](https://travis-ci.org/toddmotto/echo.png)](https://travis-ci.org/toddmotto/echo) # Echo [![Build Status](https://travis-ci.org/toddmotto/echo.png)](https://travis-ci.org/toddmotto/echo)
Echo is a standalone JavaScript lazy-loading image tool. Echo is fast, less than 1KB and uses HTML5 data-* attributes. Echo works in IE8+. Echo is a standalone JavaScript lazy-loading image tool. Echo is fast, less than 1KB and uses HTML5 data-* attributes.
```html ```html
<img src="img/blank.gif" alt="Photo" data-echo="img/photo.jpg"> <img src="img/blank.gif" alt="Photo" data-echo="img/photo.jpg">
@ -45,6 +45,11 @@ Project files and folder structure.
│ ├── echo.js │ ├── echo.js
│ └── echo.min.js │ └── echo.min.js
├── src/ ├── src/
│ ├── compatibility/
│ │ ├── array/
│ │ │ └── indexOf.js
│ │ └── document/
│ │ └── querySelectorAll.js
│ └── echo.js │ └── echo.js
├── .editorconfig ├── .editorconfig
├── .gitignore ├── .gitignore

Loading…
Cancel
Save