Skip to content

Commit

Permalink
Fix the example
Browse files Browse the repository at this point in the history
  • Loading branch information
adeelejaz committed Mar 27, 2013
1 parent 765fbea commit ac75c63
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions example/example.html
Expand Up @@ -11,15 +11,17 @@
</script> </script>
<h1>jQuery Resize Plugin Demo</h1> <h1>jQuery Resize Plugin Demo</h1>
<p><b>Author:</b> Adeel Ejaz (<a href="http://adeelejaz.com/">http://adeelejaz.com/</a>) <p><b>Author:</b> Adeel Ejaz (<a href="http://adeelejaz.com/">http://adeelejaz.com/</a>)
<p><b>License:</b> Dual licensed under <a href="http://www.opensource.org/licenses/mit-license.php">MIT</a> or <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a> licenses.


<h2>Introduction</h2> <h2>Introduction</h2>
<p>aeImageResize is a jQuery plugin to dynamically resize the images without distorting the proportions. <p>aeImageResize is a jQuery plugin to dynamically resize the images without distorting the proportions.


<h2>Usage:</h2> <h2>Usage:</h2>
<pre>.aeImageResize( height, width )</pre> <pre>.aeImageResize( params )</pre>
<p><code style="font-weight:bold">height</code> An integer representing the maximum height for the image.
<p><code style="font-weight:bold">width</code> An integer representing the maximum width for the image. <h2>Params:</h2>
<p>A set of key/value pairs to set the height and width of the bounding box. Only one is required.
<p><code style="font-weight:bold">height</code> - An integer representing the maximum height for the image.
<p><code style="font-weight:bold">width</code> - An integer representing the maximum width for the image.


<h2>Example</h2> <h2>Example</h2>
<pre>$(function() { <pre>$(function() {
Expand Down

0 comments on commit ac75c63

Please sign in to comment.