Swap X and Y in image preview. Fixes bug #11073.
This commit is contained in:
parent
a02b4c7bb4
commit
ddc33b76bb
2 changed files with 3 additions and 2 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
- fixed #11070: i18n Asset_Navigation::assetsToInclude
|
- fixed #11070: i18n Asset_Navigation::assetsToInclude
|
||||||
- fixed #11068: ITransact_recurringStatus
|
- fixed #11068: ITransact_recurringStatus
|
||||||
- fixed #11075: product destroys variants
|
- fixed #11075: product destroys variants
|
||||||
|
- fixed #11073: preview interchanges width and height properties
|
||||||
|
|
||||||
7.8.0
|
7.8.0
|
||||||
- upgraded YUI to 2.8.0r4
|
- upgraded YUI to 2.8.0r4
|
||||||
|
|
|
||||||
|
|
@ -654,8 +654,8 @@ sub www_resize {
|
||||||
var resize = new YAHOO.util.Resize('yui_img', {
|
var resize = new YAHOO.util.Resize('yui_img', {
|
||||||
handles: 'all',
|
handles: 'all',
|
||||||
knobHandles: true,
|
knobHandles: true,
|
||||||
height: '${x}px',
|
height: '${y}px',
|
||||||
width: '${y}px',
|
width: '${x}px',
|
||||||
proxy: true,
|
proxy: true,
|
||||||
ghost: true,
|
ghost: true,
|
||||||
status: true,
|
status: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue