aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-red/js/README
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-07 14:47:02 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-07 14:47:02 -0400
commitcee36087470acbc4aeff121ab91cd337737dcc67 (patch)
treea093294b2b3ee2f99c0dc5b95d5844bf9817eafa /view/theme/diabook-red/js/README
parentbc69a957dc875b699240827cb4af2691f8a8fcd6 (diff)
parentf931d5c918fa3146afa851a4f32c90a35ee1c85b (diff)
downloadvolse-hubzilla-cee36087470acbc4aeff121ab91cd337737dcc67.tar.gz
volse-hubzilla-cee36087470acbc4aeff121ab91cd337737dcc67.tar.bz2
volse-hubzilla-cee36087470acbc4aeff121ab91cd337737dcc67.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: diabook-themes: small fix changelog 1.014 : image-rezise via jquery-plugin in stream comments under uploaded pictues add Diabook's version-number in head-section ignore utf8 offset error for unit tests had arg order backwards try assertContains tag tests cont. fix autonamenegativelength test some work on tests * master:
Diffstat (limited to 'view/theme/diabook-red/js/README')
-rw-r--r--view/theme/diabook-red/js/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/view/theme/diabook-red/js/README b/view/theme/diabook-red/js/README
new file mode 100644
index 000000000..c93b2118e
--- /dev/null
+++ b/view/theme/diabook-red/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