I would like suggest add a parameter to change the size of videos.
Im trying change the video size in the code but no changes occurs.
The change I made is in the emvideo.module
lines
define('EMVIDEO_DEFAULT_VIDEO_WIDTH', 560);
define('EMVIDEO_DEFAULT_VIDEO_HEIGHT', 340);
define('EMVIDEO_DEFAULT_PREVIEW_WIDTH', 560);
define('EMVIDEO_DEFAULT_PREVIEW_HEIGHT', 340);
But this doest change the 425x350 video size.
Is there any place in the code to make more changes?
thanks