Active
Project:
Media: YouTube
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2011 at 17:48 UTC
Updated:
23 Mar 2012 at 00:49 UTC
Jump to comment: Most recent file
The UI allows to edit the thumbnail size at ./admin/content/node-type/{mycontenttype}/fields/field_video. However, if the default values are changed, the warnings are issued, and the modified values are not stored. Warnings:
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/drupal/sites/all/modules/emfield/emfield.cck.inc on line 163.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/drupal/sites/all/modules/emfield/emfield.cck.inc on line 163.
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/drupal/sites/all/modules/emfield/contrib/emvideo/emvideo.module on line 584.
Procedure to reproduce: Change default values for thumbnail size (120x90px) to something else, like 240x180px.
In case these thumbnails are provided by Youtube and can not be modified anyway, the UI must not allow to edit these values.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screen shot 2012-03-05 at 6.30.59 PM.png | 232.15 KB | cneumann |
Comments
Comment #1
pelicani commentedIndeed, this does not work.
I swear it used to work.
It works on the sample website Aaron publishes for the module.
How come this doesn't this work on our sites?
curious,
michael
Comment #2
cneumann commentedHaving similar issue with the thumbnail and the container. The thumbnail barely changes and the YouTube container remains the same size, too large for my purposes.
Comment #3
cneumann commentedActually I found where to resize the videos. I am using Nodestream and they use a View for the media players and that view is where I found the sizing. The view has an Imagecache setting but the sizing can be adjusted.
Comment #4
gajanannehul commentedhi cneumann
i am also using nodestream and i have same issue
can you please tell me which view you edit and exact which field...
Thanks Gajanan
Comment #5
gajanannehul commentedComment #6
cneumann commentedEdit View ns_video_article_video - Content: URL (field_ns_video_url) and change the format to Preview Video and that worked well for me.
How are things going with your Nodestream install? You want to compare notes?