Your IP : 216.73.216.95


Current Path : /var/test/www/foundation/wp-content/plugins/instashow-lite/includes/
Upload File :
Current File : /var/test/www/foundation/wp-content/plugins/instashow-lite/includes/instashow-defaults.php

<?php

if (!defined('ABSPATH')) exit;


$instashow_lite_defaults = array(
	'access_token' => null, 

	// Source
	'cache_media_time' => 0,

	// Sizes
	'columns' => 4,
	'rows' => 1,

	// UI
	'arrows_control' => true,
	'drag_control' => true,
	'effect' => 'slide',
	'speed' => 600,
	'easing' => 'ease',
	'auto' => 0,
	'auto_hover_pause' => true,
	'popup_speed' => 400,
	'popup_easing' => 'ease'
);

?>