aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/diabook-pink/js/README
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-20 00:02:18 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-20 00:02:18 -0400
commit83683b516ec058d0e5fdd0d4a1defbd22a60c322 (patch)
treeec970c671a945a6f64543b62ebdd37647abc89d6 /view/theme/diabook/diabook-pink/js/README
parentccdac0cd99edafdae4348709fcd23f446d1aee18 (diff)
parentc88dd1485f31a129f6e00bf92afee241708e7da9 (diff)
downloadvolse-hubzilla-83683b516ec058d0e5fdd0d4a1defbd22a60c322.tar.gz
volse-hubzilla-83683b516ec058d0e5fdd0d4a1defbd22a60c322.tar.bz2
volse-hubzilla-83683b516ec058d0e5fdd0d4a1defbd22a60c322.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: diabook-themes: theme-settings: add "colour scheme"-option, add diabook-pink and some bug/css-fixes * master:
Diffstat (limited to 'view/theme/diabook/diabook-pink/js/README')
-rw-r--r--view/theme/diabook/diabook-pink/js/README22
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