1
0
Fork 0

[SITE] move back from the new thumb api

This commit is contained in:
Jannik Beyerstedt 2016-04-27 22:44:51 +02:00
parent d22adf0f81
commit 1de9571c20
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ snippet('base/cont-header');
</div>
<div class="col-sm-3">
<?php if ($img = $page->images()->find($page->featurette_img())) {
echo html::img($img->width(235)->quality(70)->url(), ['class'=>"img-fluid img-rounded", 'alt'=>"Portrait"]);
echo ThumbExt($img, ['width'=>235,'quality'=>70,'class'=>"img-fluid img-rounded",'alt'=>"Portrait",'inline-size'=>false]);
}?>
</div>
</div>