Your IP : 216.73.216.95


Current Path : /var/test/www/mainsite/wp-content/plugins/unyson/framework/extensions/portfolio/
Upload File :
Current File : /var/test/www/mainsite/wp-content/plugins/unyson/framework/extensions/portfolio/config.php

<?php if ( ! defined( 'FW' ) ) {
	die( 'Forbidden' );
}

$cfg = array();

$cfg['image_sizes'] = array(
	'featured-image' => array(
		'width'  => 223,
		'height' => 139,
		'crop'   => true
	),
	'gallery-image'  => array(
		'width'  => 700,
		'height' => 455,
		'crop'   => true
	)
);

$cfg['has-gallery'] = true;