Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
Dphpthumb.class.php254 public $thumbnail_height = null; variable in phpthumb
437 $destination_offset_y = round(($this->thumbnail_height - $this->thumbnail_image_height) / 2);
448 $destination_offset_y = round($this->thumbnail_height - $this->thumbnail_image_height);
2560 $this->thumbnail_height = $this->h;
2567 $this->thumbnail_height = ($this->h ? $this->h : $this->thumbnail_image_height);
2568 } elseif ($this->thumbnail_image_height < $this->thumbnail_height) {
2569 $this->thumbnail_image_height = $this->thumbnail_height;
2658 …orImage($this->config_nooffsitelink_text_message, $this->thumbnail_width, $this->thumbnail_height);
2683 …$topoffset = round(($this->thumbnail_height - (count($nohotlink_text_array) * imagefontheight($thi…
2735 for ($y = 0; $y < $this->thumbnail_height; $y++) {
[all …]
/plugin/galleryv1.5/
Dsyntax.php103 $data['h'] = $this->getConf('thumbnail_height');