Swap X and Y in image preview. Fixes bug #11073.

This commit is contained in:
Colin Kuskie 2009-09-30 11:31:36 -07:00
parent a02b4c7bb4
commit ddc33b76bb
2 changed files with 3 additions and 2 deletions

View file

@ -654,8 +654,8 @@ sub www_resize {
var resize = new YAHOO.util.Resize('yui_img', {
handles: 'all',
knobHandles: true,
height: '${x}px',
width: '${y}px',
height: '${y}px',
width: '${x}px',
proxy: true,
ghost: true,
status: true,