Home
last modified time | relevance | path

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

/template/bootstrap3/
Ddetail.php236 $maxheight = 600; variable
247 } 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…