Hello,
Please, provide a way to enable different videofield settings for each CCK content type.
I need some content types (incl. videofield) with different player size. It is very hard to remember every size needed and to put it manually on every video upload.
Here is a simple patch for example
| Comment | File | Size | Author |
|---|---|---|---|
| videofield_widget.inc_.01.diff | 2.79 KB | Mitson |
Comments
Comment #1
Mitson commentedLittle explanation:
This patch provides additional settings for each content type + videofield configuration (admin/content/node-type/video/fields/field_XXXXX), i.e., administrator can set default player width and height of given content type. If width and height are omitted then main videofield configuration (admin/settings/videofield) is used.
These default width and height can be overridden for each uploaded file. Also, if removed, the width and height returned to their default values for this content type.