1<?php
2/**
3 * Options for the gallery plugin
4 *
5 * @author i-net software [Gerry Wei�bach] <dokuwiki@inetsoftware.de>
6 */
7
8$conf['return_type']  = 'jpg';
9$conf['bgc']  = '#ffffffff';
10$conf['reflect_height'] = 0.5;
11$conf['fade_start'] = 80;
12$conf['fade_end'] = 0;