<?php
/**
 * Options for the photogallery plugin
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author  Marco Nolletti
 */

$conf['use_phpThumb']     = 0;
$conf['autoplay']         = 1;
$conf['poster_width']     = 220;
$conf['poster_height']    = 220;
$conf['posteralign']      = 'left';
$conf['thumbnail_width']  = 80;
$conf['thumbnail_height'] = 60;
$conf['viewport_width']   = 800;
$conf['viewport_height']  = 600;
$conf['viewport_rotate']  = 1;
$conf['panorama_ratio']   = '16:9';
$conf['panorama_width']   = 3840;
$conf['panorama_height']  = 2160;

$conf['sort'] = 'file';
$conf['options'] = 'showtitle,showinfo';
