Article Details
Rating:
Written By:
Updated:
November 20, 2010
Views:
182
Category:
Topics Covered:
Change Uploaded Video Player Size
Open and backup
Quote:
module/video/include/service/convert.class.php
Look for
Quote:
$iWidth = 620;
$iHeight = 386;
$iHeight = 386;
and change it to whatever you want.
Than find
Quote:
module/video/template/default/controller/view.html.php
Look for
Quote:
and change the
Quote:
width:630px; height:386px
to what ever you want


