Answer the question
In order to leave comments, you need to log in
Fenom MIGx image output via phpthumbon, something to fix?
The image output code is as follows:
<img class="portfolio-img" src="{'assets/files/'~ $row.licimage | phpthumbon : 'w=1280&h=720&zc=0'}" alt="{$row.licalt}" title="{$row.licalt}">
<img class="portfolio-img" src="assets/files//assets/cache_image/noimage_0x200_16b.jpg" alt="alt" title="alt">
{set $image = 'assets/files/' ~ $row.licimage}
<img class="portfolio-img" src="{$image | phpthumbon : 'h=360&zc=0'}" alt="{$row.licalt}" title="{$row.licalt}">
Answer the question
In order to leave comments, you need to log in
<img class="portfolio-img" src="{$row.licimage | phpthumbon : 'w=1280&h=720&zc=0'}" alt="{$row.licalt}" title="{$row.licalt}">
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question