diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 03:15:06 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 03:15:06 +0200 |
commit | fe6567cb88eb129887253be8f2b62002d92ad769 (patch) | |
tree | de41e1bb6cf58afb0ec85e8da8f9bc0b8beb88d1 /view/theme/diabook-blue/js/README | |
parent | bdbe068b95e8c302179530dff7583997ff35f246 (diff) | |
download | volse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.tar.gz volse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.tar.bz2 volse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.zip |
diabook-themes: deleted obsolete diabook-folder & minor bug-fixes
Diffstat (limited to 'view/theme/diabook-blue/js/README')
-rw-r--r-- | view/theme/diabook-blue/js/README | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/view/theme/diabook-blue/js/README b/view/theme/diabook-blue/js/README deleted file mode 100644 index c93b2118e..000000000 --- a/view/theme/diabook-blue/js/README +++ /dev/null @@ -1,22 +0,0 @@ -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 |