Home
last modified time | relevance | path

Searched refs:lightboxWidth (Results 1 – 3 of 3) sorted by relevance

/plugin/gallery/classes/
DOptions.php22 public $lightboxWidth = 1600; variable in dokuwiki\\plugin\\gallery\\classes\\Options
50 $this->lightboxWidth = $plugin->getConf('image_width');
95 $this->lightboxWidth = (int)$match[1];
DXHTMLFormatter.php218 $this->options->lightboxWidth,
/plugin/gallery/action/
Dprosemirror.php153 'imagesize' => $options->lightboxWidth . 'X' . $options->lightboxHeight,
182 $attrs['imagesize'] = $options->lightboxWidth . 'X' . $options->lightboxHeight;