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.

CommentFileSizeAuthor
#2 Screen shot 2012-03-05 at 6.30.59 PM.png232.15 KBcneumann
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pelicani’s picture

Indeed, 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

cneumann’s picture

Having 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.

cneumann’s picture

Actually 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.

gajanannehul’s picture

hi 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

gajanannehul’s picture

cneumann’s picture

Edit 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?