The viewing size of the slim player doesn't match the size on the settings page.
Line 25 in the audiofield_formatter.inc currently reads:
$output='<object type="application/x-shockwave-flash" width="200" height="170"
and should read:
$output='<object type="application/x-shockwave-flash" width="175" height="14"
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| audiofield_formatter_inc.patch | 803 bytes | varr |
Comments
Comment #1
tamerzg commentedCommitted to 6.x.dev