Closed (fixed)
Project:
Video
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2012 at 21:09 UTC
Updated:
13 Sep 2012 at 06:01 UTC
This patch makes a tiny adjustment to three files so that the default size is referred to consistently in code as 640x360, which is the 16:9 aspect ratio.
Changes to video_wysiwyg.js:
height: 420
height: 360
Changes to video.preset.inc:
'#default_value' => !empty($settings['wxh']) ? $settings['wxh'] : '640x480','#default_value' => !empty($settings['wxh']) ? $settings['wxh'] : '640x360',
Changes to video.css:
height: 325px;
height: 360px;
| Comment | File | Size | Author |
|---|---|---|---|
| video-7.x-2.x-makeDefault640x360.patch | 1.66 KB | michael.k |
Comments
Comment #1
Jorrit commentedFixed, thanks.