File: resizeimage.js

package info (click to toggle)
php-horde-ansel 3.0.1%2Bdebian0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,624 kB
  • ctags: 3,190
  • sloc: php: 15,711; xml: 1,659; makefile: 28; sh: 3
file content (12 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
function resizeImage(v)
{
    $('edit_image').width = v;
    $('width').value = $('edit_image').width;
    $('height').value = $('edit_image').height;

}

function resetImage()
{
    Ansel.slider.setValue(Ansel.image_geometry['height']);
}