<?php
/**
 * Options for the gallery plugin
 *
 * @author i-net software [Gerry Weißbach] <dokuwiki@inetsoftware.de>
 */

$conf['return_type']  = 'jpg';
$conf['bgc']  = '#ffffffff';
$conf['reflect_height'] = 0.5;
$conf['fade_start'] = 80;
$conf['fade_end'] = 0;