aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/diabook-green/js/README
diff options
context:
space:
mode:
authorTobias Hößl <tobias@hoessl.eu>2012-04-22 13:31:07 +0000
committerTobias Hößl <tobias@hoessl.eu>2012-04-22 13:31:07 +0000
commit27c23229c4d22d4f477cb8665725ec681e70666a (patch)
tree7a11db6df7ebb8906a68ce1e53be360b8df9c5fd /view/theme/diabook/diabook-green/js/README
parent3116db1a74657f1f9f87ef91181104819d01fd95 (diff)
parent9434b447f3302a7f3223fb01f3c71378b8764e92 (diff)
downloadvolse-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-green/js/README')
-rw-r--r--view/theme/diabook/diabook-green/js/README22
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