Skip to content

Commit

Permalink
slightly increased demo width
Browse files Browse the repository at this point in the history
  • Loading branch information
staaky committed Nov 14, 2014
1 parent 21ef523 commit 28ff4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Voilà is a [jQuery](http://jquery.com) plugin that provides callbacks for image

[voila.nickstakenburg.com](http://voila.nickstakenburg.com)

Voilà has an API inspired by [imagesLoaded](https://github.com/desandro/imagesloaded), extended with useful methods like `abort()` and support for `naturalWidth` and `naturalHeight` in all browsers which makes it compatible with *IE6 & IE7*. Multiple loading methods are supported, by default callbacks are triggered as soon as naturalWidth is available, making Voilà faster than alternatives that wait for `onload` to fire.
Voilà has an API inspired by [imagesLoaded](https://github.com/desandro/imagesloaded), extended with useful methods like `abort()` and support for `naturalWidth` and `naturalHeight` in all browsers, which makes it compatible with *IE6 & IE7*. Multiple loading methods are supported, by default callbacks are triggered as soon as naturalWidth is available, making Voilà faster than alternatives that wait for `onload` to fire.

## Install

Expand Down
2 changes: 1 addition & 1 deletion demo/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ a { color: #0088cc;
}
a:hover { text-decoration: underline; }

body > * { max-width: 800px; }
body > * { max-width: 820px; }

.footer-by {
padding-top: 32px;
Expand Down

0 comments on commit 28ff4c4

Please sign in to comment.