updated video thumb display style
This commit is contained in:
@@ -59,16 +59,15 @@ function clameurs_image_default_styles() {
|
||||
$styles['video_thumb_docu'] = array(
|
||||
'label' => 'video_thumb_docu',
|
||||
'effects' => array(
|
||||
6 => array(
|
||||
'name' => 'image_scale',
|
||||
11 => array(
|
||||
'name' => 'image_scale_and_crop',
|
||||
'data' => array(
|
||||
'width' => 300,
|
||||
'height' => 160,
|
||||
'upscale' => 0,
|
||||
),
|
||||
'weight' => 1,
|
||||
'weight' => -9,
|
||||
),
|
||||
7 => array(
|
||||
10 => array(
|
||||
'name' => 'canvasactions_file2canvas',
|
||||
'data' => array(
|
||||
'xpos' => 'center',
|
||||
@@ -77,7 +76,7 @@ function clameurs_image_default_styles() {
|
||||
'scale' => '',
|
||||
'path' => 'sites/all/themes/figureslibres/clameurs/images/video_overlay.png',
|
||||
),
|
||||
'weight' => 2,
|
||||
'weight' => -8,
|
||||
),
|
||||
),
|
||||
);
|
||||
@@ -86,16 +85,15 @@ function clameurs_image_default_styles() {
|
||||
$styles['video_thumb_episode'] = array(
|
||||
'label' => 'video_thumb_episode',
|
||||
'effects' => array(
|
||||
8 => array(
|
||||
'name' => 'image_scale',
|
||||
14 => array(
|
||||
'name' => 'image_scale_and_crop',
|
||||
'data' => array(
|
||||
'width' => 200,
|
||||
'height' => 111,
|
||||
'upscale' => 0,
|
||||
),
|
||||
'weight' => 1,
|
||||
'weight' => -9,
|
||||
),
|
||||
9 => array(
|
||||
13 => array(
|
||||
'name' => 'canvasactions_file2canvas',
|
||||
'data' => array(
|
||||
'xpos' => 'center',
|
||||
@@ -104,7 +102,7 @@ function clameurs_image_default_styles() {
|
||||
'scale' => '',
|
||||
'path' => 'sites/all/themes/figureslibres/clameurs/images/video_overlay.png',
|
||||
),
|
||||
'weight' => 2,
|
||||
'weight' => -8,
|
||||
),
|
||||
),
|
||||
);
|
||||
@@ -113,16 +111,15 @@ function clameurs_image_default_styles() {
|
||||
$styles['video_thumb_themat'] = array(
|
||||
'label' => 'video_thumb_themat',
|
||||
'effects' => array(
|
||||
4 => array(
|
||||
'name' => 'image_scale',
|
||||
8 => array(
|
||||
'name' => 'image_scale_and_crop',
|
||||
'data' => array(
|
||||
'width' => 760,
|
||||
'height' => 430,
|
||||
'upscale' => 0,
|
||||
'height' => 428,
|
||||
),
|
||||
'weight' => 1,
|
||||
'weight' => -9,
|
||||
),
|
||||
5 => array(
|
||||
2 => array(
|
||||
'name' => 'canvasactions_file2canvas',
|
||||
'data' => array(
|
||||
'xpos' => 'center',
|
||||
@@ -131,7 +128,7 @@ function clameurs_image_default_styles() {
|
||||
'scale' => '',
|
||||
'path' => 'sites/all/themes/figureslibres/clameurs/images/video_overlay.png',
|
||||
),
|
||||
'weight' => 2,
|
||||
'weight' => -8,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user