Skip to content

Commit

Permalink
NOBUG: Make quicktime videos a bit bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jul 9, 2010
1 parent 0532a9d commit 1387d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter/mediaplugin/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ function mediaplugin_filter_wmp_callback($link, $autostart=false) {
function mediaplugin_filter_qt_callback($link, $autostart=false) {
$url = $link[1];
if (empty($link[3]) or empty($link[4])) {
$size = 'width="280" height="210"';
$size = 'width="440" height="315"';
} else {
$size = 'width="'.$link[3].'" height="'.$link[4].'"';
}
Expand Down

0 comments on commit 1387d5e

Please sign in to comment.