Searched refs:lightboxWidth (Results 1 – 3 of 3) sorted by relevance
22 public $lightboxWidth = 1600; variable in dokuwiki\\plugin\\gallery\\classes\\Options50 $this->lightboxWidth = $plugin->getConf('image_width');95 $this->lightboxWidth = (int)$match[1];
218 $this->options->lightboxWidth,
153 'imagesize' => $options->lightboxWidth . 'X' . $options->lightboxHeight,182 $attrs['imagesize'] = $options->lightboxWidth . 'X' . $options->lightboxHeight;