open videos on popup overlay
This commit is contained in:
@@ -382,14 +382,15 @@ function clameurs_field_default_field_instances() {
|
||||
),
|
||||
'teaser' => array(
|
||||
'label' => 'hidden',
|
||||
'module' => 'video_embed_field',
|
||||
'module' => 'video_embed_field_overlay',
|
||||
'settings' => array(
|
||||
'description' => 1,
|
||||
'description_position' => 'bottom',
|
||||
'image_link' => 'source',
|
||||
'image_style' => 'large',
|
||||
'image_style' => 'video_thumb_docu',
|
||||
'overlay' => 'dom-window',
|
||||
'show_thumbnail' => 1,
|
||||
'video_style' => 'normal',
|
||||
),
|
||||
'type' => 'video_embed_field_thumbnail',
|
||||
'type' => 'video_embed_field_overlay',
|
||||
'weight' => 2,
|
||||
),
|
||||
),
|
||||
@@ -571,14 +572,15 @@ function clameurs_field_default_field_instances() {
|
||||
),
|
||||
'teaser' => array(
|
||||
'label' => 'hidden',
|
||||
'module' => 'video_embed_field',
|
||||
'module' => 'video_embed_field_overlay',
|
||||
'settings' => array(
|
||||
'description' => 1,
|
||||
'description_position' => 'bottom',
|
||||
'image_link' => 'source',
|
||||
'image_style' => 'medium',
|
||||
'image_style' => 'video_thumb_episode',
|
||||
'overlay' => 'dom-window',
|
||||
'show_thumbnail' => 1,
|
||||
'video_style' => 'normal',
|
||||
),
|
||||
'type' => 'video_embed_field_thumbnail',
|
||||
'type' => 'video_embed_field_overlay',
|
||||
'weight' => 2,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user