diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-04-19 16:55:24 -0700 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-04-19 16:55:24 -0700 |
commit | c88dd1485f31a129f6e00bf92afee241708e7da9 (patch) | |
tree | ec970c671a945a6f64543b62ebdd37647abc89d6 /view/theme/diabook/diabook-red/js/README | |
parent | 4a292e41378df8a89a809a2e1472727ca7b4b5c0 (diff) | |
parent | f5f1956e8b855ab5aeab531fc44a1a773427bf64 (diff) | |
download | volse-hubzilla-c88dd1485f31a129f6e00bf92afee241708e7da9.tar.gz volse-hubzilla-c88dd1485f31a129f6e00bf92afee241708e7da9.tar.bz2 volse-hubzilla-c88dd1485f31a129f6e00bf92afee241708e7da9.zip |
Merge pull request #252 from tomtom84/master
diabook-themes: theme-settings: add "colour scheme"-option, add diabook-pink and some bug/css-fixes
Diffstat (limited to 'view/theme/diabook/diabook-red/js/README')
-rw-r--r-- | view/theme/diabook/diabook-red/js/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/view/theme/diabook/diabook-red/js/README b/view/theme/diabook/diabook-red/js/README new file mode 100644 index 000000000..c93b2118e --- /dev/null +++ b/view/theme/diabook/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 |