MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/sblt.co.in/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'
);

?>