I experienced issues getting fullscreen to work in Safari, so I added the following line to video_upload.theme.inc:
'allowFullScreen' => 'true',
This was added on line 73 in the $embed_attributes variable definition.
I experienced issues getting fullscreen to work in Safari, so I added the following line to video_upload.theme.inc:
'allowFullScreen' => 'true',
This was added on line 73 in the $embed_attributes variable definition.
Comments
Comment #1
jhedstromThanks jjafuller,
I've committed a modified fix (on that uses the field-level settings to determine true or not) to 6.x-dev, and this will be part of the next stable release as well.