1<?php 2/** 3 * Options for the photogallery plugin 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Marco Nolletti 7 */ 8 9$conf['use_phpThumb'] = 0; 10$conf['autoplay'] = 1; 11$conf['poster_width'] = 220; 12$conf['poster_height'] = 220; 13$conf['posteralign'] = 'left'; 14$conf['thumbnail_width'] = 80; 15$conf['thumbnail_height'] = 60; 16$conf['viewport_width'] = 800; 17$conf['viewport_height'] = 600; 18$conf['viewport_rotate'] = 1; 19$conf['panorama_ratio'] = '16:9'; 20$conf['panorama_width'] = 3840; 21$conf['panorama_height'] = 2160; 22 23$conf['sort'] = 'file'; 24$conf['options'] = 'showtitle,showinfo'; 25