Home
last modified time | relevance | path

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

/template/bootstrap3/
Ddetail.php235 $maxwidth = 800; variable
245 if ($maxwidth && $w >= $maxwidth) {
246 $ratio = $maxwidth / $w;
253 } elseif ($maxwidth && $w > $maxwidth) {
254 $ratio = $maxwidth / $w;
367 …<?php tpl_img($maxwidth, $maxheight); /* the image; parameters: maximum width, maximum height (and…