Skip to content

Commit

Permalink
fixed playhead width
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dale committed Aug 15, 2012
1 parent b6ed75b commit bae214d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/EmbedPlayer/EmbedPlayer.config.php
Expand Up @@ -72,7 +72,7 @@
'EmbedPlayer.ControlsHeight' => 31,

// Default time display size:
'EmbedPlayer.TimeDisplayWidth' => 85,
'EmbedPlayer.TimeDisplayWidth' => 45,

// If the video player should attribute kaltura
"EmbedPlayer.KalturaAttribution" => true,
Expand Down
Expand Up @@ -2566,7 +2566,7 @@ mw.PlayerControlBuilder.prototype = {
.css({
"position" : 'absolute',
"left" : '33px',
"right" : ( ( embedPlayer.getPlayerWidth() - ctrlObj.availableWidth - 33 ) ) + 'px'
"right" : ( ( embedPlayer.getPlayerWidth() - ctrlObj.availableWidth ) ) + 'px'
})
// Playhead binding
.slider( sliderConfig );
Expand Down

0 comments on commit bae214d

Please sign in to comment.