diff options
author | zottel <github@zottel.net> | 2012-04-23 08:57:49 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-04-23 08:57:49 +0200 |
commit | e6847cdd3f6faf087dc7e738e1dbae7d70113451 (patch) | |
tree | 3746742dc12c2863c61c4c7cba8f4f9666590e49 /view/theme/diabook/diabook-green/js/README | |
parent | 9663299da1be50eef4327778fae619fc6f9edef4 (diff) | |
parent | 2170df897b9dc72b87cc104520f6a67ddfbb994f (diff) | |
download | volse-hubzilla-e6847cdd3f6faf087dc7e738e1dbae7d70113451.tar.gz volse-hubzilla-e6847cdd3f6faf087dc7e738e1dbae7d70113451.tar.bz2 volse-hubzilla-e6847cdd3f6faf087dc7e738e1dbae7d70113451.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/diabook/diabook-green/js/README')
-rw-r--r-- | view/theme/diabook/diabook-green/js/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/view/theme/diabook/diabook-green/js/README b/view/theme/diabook/diabook-green/js/README new file mode 100644 index 000000000..c93b2118e --- /dev/null +++ b/view/theme/diabook/diabook-green/js/README @@ -0,0 +1,22 @@ +jQuery Resize Plugin Demo + +Version: v2.1.1 +Author: Adeel Ejaz (http://adeelejaz.com/) +License: Dual licensed under MIT and GPL licenses. + +Introduction +aeImageResize is a jQuery plugin to dynamically resize the images without distorting the proportions. + +Usage: +.aeImageResize( height, width ) + +height +An integer representing the maximum height for the image. + +width +An integer representing the maximum width for the image. + +Example +$(function() { + $( ".resizeme" ).aeImageResize({ height: 250, width: 250 }); +});
\ No newline at end of file |