Skip to content

Commit

Permalink
Add missing width and height.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Nov 26, 2011
1 parent 74dace5 commit 6a56b61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions enabled_fadein.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Plugin enabled with fadein effect</h2>
});</pre>
</code>

<img src="img/grey.gif" data-original="img/bmw_m1_hood.jpg" alt="BMW M1 Hood">
<img src="img/grey.gif" data-original="img/bmw_m1_hood.jpg" width="765" height="574" alt="BMW M1 Hood">
<img src="img/grey.gif" data-original="img/bmw_m1_side.jpg" width="765" height="574" alt="BMW M1 Side">
<img src="img/grey.gif" data-original="img/viper_1.jpg" width="765" height="574" alt="Viper 1">
<img src="img/grey.gif" data-original="img/viper_corner.jpg" width="765" height="574" alt="Viper Corner">
Expand All @@ -71,9 +71,9 @@ <h2>Plugin enabled with fadein effect</h2>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="jquery.lazyload.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(function() {
$(function() {
$("img").lazyload({
effect : "fadeIn"
effect : "fadeIn"
});
});
</script>
Expand Down

0 comments on commit 6a56b61

Please sign in to comment.