Searched refs:maxheight (Results 1 – 1 of 1) sorted by relevance
236 $maxheight = 600; variable247 } elseif ($maxheight && $h > $maxheight) {248 $ratio = $maxheight / $h;251 if ($maxheight && $h >= $maxheight) {252 $ratio = $maxheight / $h;367 …<?php tpl_img($maxwidth, $maxheight); /* the image; parameters: maximum width, maximum height (and…