Home
last modified time | relevance | path

Searched refs:thumbnail_height (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php254 public $thumbnail_height = null; variable in phpthumb
2560 $this->thumbnail_height = $this->h;
2569 $this->thumbnail_image_height = $this->thumbnail_height;
2735 for ($y = 0; $y < $this->thumbnail_height; $y++) {
2753 for ($y = 0; $y < $this->thumbnail_height; $y++) {
3370 $this->thumbnail_height = $this->h;
3372 $this->thumbnail_image_height = $this->thumbnail_height;
3379 $this->thumbnail_height = $this->h;
3381 $this->thumbnail_image_height = $this->thumbnail_height;
3412 $this->thumbnail_height = $maxheight;
[all …]
/plugin/galleryv1.5/
H A Dsyntax.php103 $data['h'] = $this->getConf('thumbnail_height');