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.

CommentFileSizeAuthor
audiofield_formatter_inc.patch803 bytesvarr

Comments

tamerzg’s picture

Status: Needs review » Fixed

Committed to 6.x.dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.