[Plugin: ProPlayer] Tips to center the video player
-
File : wp-content/plugins/proplayer/pro-player.php
Line : 68Replace :
$result .= ‘<div name=”mediaspace” id=”mediaspace”><div class=”pro-player-container” width=”‘.$flashvars[Constants::$WIDTH_KEY].’px” height=”‘.$flashvars[Constants::$HEIGHT_KEY].’px”><div id=”pro-player-‘.$id.'”></div></div></div>’.$this->NEW_LINE;
With :
$result .= ‘<div name=”mediaspace” id=”mediaspace”><div class=”pro-player-container” style=”width:’.$flashvars[Constants::$WIDTH_KEY].’px; height:’.$flashvars[Constants::$HEIGHT_KEY].’px; margin:auto;”><div id=”pro-player-‘.$id.'”></div></div></div>’.$this->NEW_LINE;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: ProPlayer] Tips to center the video player’ is closed to new replies.