Home
last modified time | relevance | path

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

/plugin/gallery/classes/
DOptions.php23 public $lightboxHeight = 1200; variable in dokuwiki\\plugin\\gallery\\classes\\Options
51 $this->lightboxHeight = $plugin->getConf('image_height');
96 $this->lightboxHeight = (int)$match[3];
DXHTMLFormatter.php219 $this->options->lightboxHeight
/plugin/gallery/action/
Dprosemirror.php153 'imagesize' => $options->lightboxWidth . 'X' . $options->lightboxHeight,
182 $attrs['imagesize'] = $options->lightboxWidth . 'X' . $options->lightboxHeight;