File: /home/slyfwmm/studiomilighetti/wp-content/themes/domik/includes/redux-sections/thumbnails.php
<?php
/* banner-php */
Redux::setSection( $opt_name, array(
'title' => esc_html__('Media', 'domik'),
'id' => 'thumbnail_images',
'subsection' => false,
'desc' => __( 'These settings affect the display and dimensions of images in your pages.<br> - Enter 9999 as Width value and uncheck Hard Crop to make your thumbnail dynamic width. <br> - Enter 9999 as Width and Height values to use full size image.<br> After changing these settings you may need to ', 'domik' ) . '<a href="http://wordpress.org/extend/plugins/regenerate-thumbnails/" target="_blank">regenerate your thumbnails</a>.',
'icon' => 'el-icon-picture',
'fields' => array(
array(
'id' => 'enable_custom_sizes',
'type' => 'switch',
'on' => 'Yes',
'off' => 'No',
'title' => esc_html__('Enable Custom Image Sizes', 'domik'),
// 'subtitle' => esc_html__('Show Constellation', 'domik'),
'default' => false
),
array(
'id' => 'fullscreen_thumb',
'type' => 'thumbnail_size',
// 'units' => array('em','px','%'),
'title' => esc_html__('Fullscreen Thumbnail Size', 'domik'),
'subtitle' => esc_html__('For Home Slider, Video, Image pages and fullscreen slider elements.', 'domik'),
// 'desc' => esc_html__('Enable or disable any piece of this field. Width, Height, or Units.', 'domik'),
'default' => array(
'width' => '1366',
'height' => '768',
'hard_crop' => 1
),
),
array(
'id' => 'service_thumb',
'type' => 'thumbnail_size',
// 'units' => array('em','px','%'),
'title' => esc_html__('Service Thumbnail Size', 'domik'),
// 'subtitle' => esc_html__('You should enter 9999 as Width value and uncheck Hard Crop to make your thumbnail dynamic width.', 'domik'),
// 'desc' => esc_html__('Enable or disable any piece of this field. Width, Height, or Units.', 'domik'),
'default' => array(
'width' => '273',
'height' => '165',
'hard_crop' => 1
),
),
array(
'id' => 'team_thumb',
'type' => 'thumbnail_size',
// 'units' => array('em','px','%'),
'title' => esc_html__('Member Photo Thumbnail', 'domik'),
'subtitle' => esc_html__('Photo image size for team member element.', 'domik'),
// 'desc' => esc_html__('Enable or disable any piece of this field. Width, Height, or Units.', 'domik'),
'default' => array(
'width' => '273',
'height' => '393',
'hard_crop' => 1
),
),
array(
'id' => 'folio_size_one',
'type' => 'thumbnail_size',
// 'units' => array('em','px','%'),
'title' => esc_html__('Portfolio Size One', 'domik'),
'subtitle' => esc_html__('Allow your to choose width, height, and crop thumbnail.', 'domik'),
// 'desc' => esc_html__('Enable or disable any piece of this field. Width, Height, or Units.', 'domik'),
'default' => array(
'width' => '342',
'height' => '207',
'hard_crop' => 1
),
),
array(
'id' => 'folio_size_two',
'type' => 'thumbnail_size',
// 'units' => array('em','px','%'),
'title' => esc_html__('Portfolio Size Two', 'domik'),
'subtitle' => esc_html__('Allow your to choose width, height, and crop thumbnail.', 'domik'),
// 'desc' => esc_html__('Enable or disable any piece of this field. Width, Height, or Units.', 'domik'),
'default' => array(
'width' => '684',
'height' => '414',
'hard_crop' => 1
),
),
array(
'id' => 'folio_size_three',
'type' => 'thumbnail_size',
// 'units' => array('em','px','%'),
'title' => esc_html__('Portfolio Size Three', 'domik'),
'subtitle' => esc_html__('Allow your to choose width, height, and crop thumbnail.', 'domik'),
// 'desc' => esc_html__('Enable or disable any piece of this field. Width, Height, or Units.', 'domik'),
'default' => array(
'width' => '1026',
'height' => '621',
'hard_crop' => 1
),
),
array(
'id' => 'folio_size_one_tall',
'type' => 'thumbnail_size',
// 'units' => array('em','px','%'),
'title' => esc_html__('Portfolio Size One Tall', 'domik'),
'subtitle' => esc_html__('Allow your to choose width, height, and crop thumbnail.', 'domik'),
// 'desc' => esc_html__('Enable or disable any piece of this field. Width, Height, or Units.', 'domik'),
'default' => array(
'width' => '342',
'height' => '414',
'hard_crop' => 1
),
),
array(
'id' => 'blog_image_thumb',
'type' => 'thumbnail_size',
// 'units' => array('em','px','%'),
'title' => esc_html__('Blog Post Thumbnail', 'domik'),
'subtitle' => esc_html__('Allow your to choose width, height, and crop thumbnail.', 'domik'),
// 'desc' => esc_html__('Enable or disable any piece of this field. Width, Height, or Units.', 'domik'),
'default' => array(
'width' => '497',
'height' => '301',
'hard_crop' => 1
),
),
),
) );