Searched refs:lightboxHeight (Results 1 – 3 of 3) sorted by relevance
23 public $lightboxHeight = 1200; variable in dokuwiki\\plugin\\gallery\\classes\\Options51 $this->lightboxHeight = $plugin->getConf('image_height');96 $this->lightboxHeight = (int)$match[3];
219 $this->options->lightboxHeight
153 'imagesize' => $options->lightboxWidth . 'X' . $options->lightboxHeight,182 $attrs['imagesize'] = $options->lightboxWidth . 'X' . $options->lightboxHeight;