diff options
author | Tobias Hößl <tobias@hoessl.eu> | 2012-04-22 13:31:07 +0000 |
---|---|---|
committer | Tobias Hößl <tobias@hoessl.eu> | 2012-04-22 13:31:07 +0000 |
commit | 27c23229c4d22d4f477cb8665725ec681e70666a (patch) | |
tree | 7a11db6df7ebb8906a68ce1e53be360b8df9c5fd /view/theme/diabook/diabook-pink/js/README | |
parent | 3116db1a74657f1f9f87ef91181104819d01fd95 (diff) | |
parent | 9434b447f3302a7f3223fb01f3c71378b8764e92 (diff) | |
download | volse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.tar.gz volse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.tar.bz2 volse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.zip |
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'view/theme/diabook/diabook-pink/js/README')
-rw-r--r-- | view/theme/diabook/diabook-pink/js/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/view/theme/diabook/diabook-pink/js/README b/view/theme/diabook/diabook-pink/js/README new file mode 100644 index 000000000..c93b2118e --- /dev/null +++ b/view/theme/diabook/diabook-pink/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 |