Active
Project:
Embedded Media Field
Version:
6.x-1.19
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2010 at 10:28 UTC
Updated:
2 Apr 2010 at 10:28 UTC
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