{
title: 'Scale',
- desc: 'Scales and element by a percentage.',
+ desc: 'Scales an element up or down by a percentage factor.',
html: '<button id="doScale">Scale</button> \n' +
'<button onclick="$(\'#scale\').css({width: 144, height: 108});">Reset</button><br/>\n' +
'<div style="height: 108px;"><img id="scale" src="templates/images/P1010063.JPG"/></div>',
{
title: 'Size',
- desc: 'Change the size of an element.',
+ desc: 'Changes the size of an element by specifying a width and height.',
html: '<button id="doSize">Size</button> \n' +
'<button onclick="$(\'#size\').css({width: 144, height: 108});">Reset</button><br/>\n' +
'<div style="height: 108px;"><img id="size" src="templates/images/P1010063.JPG"/></div>',