Yes. Open the 'index.php' & 'admin/index.php' files and scroll down until you see the following constants:
define('CODEGEN_WINDOW_SIZE', '200, 100');
define('MP3_WINDOW_SIZE', '310, 70');
define('FLV_WINDOW_SIZE', '420, 350');
|
Change the values. Each value is width,height. So, for example, in the above example, the Flash Video Player has a width of 420px and a height of 350px.
Separate values with a comma.
|
|