<?php

/**
 * Options for the gallery plugin
 *
 * @author Dmitry Baikov <dsbaikov@gmail.com>
 */

$conf['thumbnail_width'] = 150;
$conf['thumbnail_height'] = 150;
$conf['image_width'] = 1600;
$conf['image_height'] = 1200;
$conf['cols'] = 0;

$conf['sort'] = 'file';
$conf['options'] = 'cache, crop, lightbox';
