1<?php
2
3/**
4 * Options for the gallery plugin
5 *
6 * @author Dmitry Baikov <dsbaikov@gmail.com>
7 */
8
9$conf['thumbnail_width'] = 150;
10$conf['thumbnail_height'] = 150;
11$conf['image_width'] = 1600;
12$conf['image_height'] = 1200;
13$conf['cols'] = 0;
14
15$conf['sort'] = 'file';
16$conf['options'] = 'cache, crop, lightbox';
17