When using the 'video filter' there is no need to specify height and width, why is it required here? Anyway to force the height and width and prevent the option of showing up during content creation? Just want users to simply submit links to content... nothing else.
Comments
Comment #1
gurvan commentedIf it's in your theme :
if it's in a custom module :
Change YOUR_THEME or YOUR_MODULE by your theme or module name
Change NODETYPE by your node type name
Change field_NAME by the machine name of your field
Then you could use the fitvids module to autoresize all your videos on your site... enjoy :)
Comment #2
rufein commentedAnother Solution:
The patch in this issue solve this problem
Comment #3
rufein commented