Closed (fixed)
Project:
AudioField
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2010 at 23:31 UTC
Updated:
18 Oct 2010 at 20:20 UTC
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