Index: trunk/extensions/TimedMediaHandler/TimedMediaTransformOutput.php |
— | — | @@ -52,8 +52,8 @@ |
53 | 53 | if ( $this->isVideo ) { |
54 | 54 | return intval( $this->height ); |
55 | 55 | } else { |
56 | | - // Give sound files a height of 20px |
57 | | - return 20; |
| 56 | + // Give sound files a height of 23px |
| 57 | + return 23; |
58 | 58 | } |
59 | 59 | } |
60 | 60 | function getPlayerWidth(){ |
— | — | @@ -61,7 +61,7 @@ |
62 | 62 | if ( $this->isVideo ) { |
63 | 63 | return intval( $this->width ); |
64 | 64 | } else { |
65 | | - // Give sound files a height of 20px |
| 65 | + // Give sound files a width of 220px |
66 | 66 | return 220; |
67 | 67 | } |
68 | 68 | } |