Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
shprink committed Jan 27, 2014
1 parent 08fe823 commit 597e305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/one-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<div class="page-header">
<h2>Demo</h2>
</div>
<div class="alert alert-warning">You may notice that the image placeholder (grey background that wait for the images to load) does not have the size of the image loaded. This is perfectly normal, indeed this demo does not define image 'width' and 'height' that are necessary for an optimized user experience (the plugin cannot know the dimensions of your images before they load). Check out the <a href="different-sizes.php">Different sizes</a> demo to see the difference.</div>
<div class="alert alert-warning">You may have noticed that the image placeholder (grey background that wait for the images to load) does not have the size of the image loaded. This is perfectly normal, indeed this demo does not define image 'width' and 'height' that are necessary for an optimized user experience (the plugin cannot know the dimensions of your images before they load). Check out the <a href="different-sizes.php">Different sizes</a> demo to see the difference.</div>
<div class="row" id="loading-area"></div>
<div class="page-header">
<h2>Mode Demos</h2>
Expand Down
2 changes: 1 addition & 1 deletion demo/several-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div class="page-header">
<h2>Demo</h2>
</div>
<div class="alert alert-warning">You may notice that the image placeholder (grey background that wait for the images to load) does not have the size of the image loaded. This is perfectly normal, indeed this demo does not define image 'width' and 'height' that are necessary for an optimized user experience (the plugin cannot know the dimensions of your images before they load). Check out the <a href="different-sizes.php">Different sizes</a> demo to see the difference.</div>
<div class="alert alert-warning">You may have noticed that the image placeholder (grey background that wait for the images to load) does not have the size of the image loaded. This is perfectly normal, indeed this demo does not define image 'width' and 'height' that are necessary for an optimized user experience (the plugin cannot know the dimensions of your images before they load). Check out the <a href="different-sizes.php">Different sizes</a> demo to see the difference.</div>
<div class="row" id="loading-area"></div>
<div class="page-header">
<h2>Mode Demos</h2>
Expand Down

0 comments on commit 597e305

Please sign in to comment.