<?php
/**
 * Options for the sviewer plugin
 *
 * @author TTy32 (randy@tty32.org) - Original by Ikuo Obataya <I.Obataya@gmail.com>
 */

$conf['title']               = 'Simpleviewer';
$conf['width']               = 420;
$conf['height']              = 380;
$conf['align']               = 'noalign';
$conf['galleryStyle']        = 'MODERN';
$conf['textColor']           = "#000000";
$conf['frameColor']          = "#000000";
$conf['frameWidth']          = 5;
$conf['thumbPosition']       = 'LEFT';
$conf['thumbColumns']        = 3;
$conf['thumbRows']           = 3;
$conf['showOpenButton']      = 1;
$conf['showFullscreenButton']= 1;
$conf['maxImageWidth']       = 800;
$conf['maxImageHeight']      = 600;
$conf['captionMode']      	 = 1;
