Created
May 13, 2019 08:19
-
-
Save francoispeyret/76f674bee0e8d9188dbb8f3a1e83707e to your computer and use it in GitHub Desktop.
product img prestashop 1.6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img id="bigpic" itemprop="image" | |
src="{$img_dir}lazy-blank.png" | |
data-src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large_default')|escape:'html':'UTF-8'}" | |
title="{if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if}" | |
alt="{if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if}" | |
width="{$largeSize.width}" height="{$largeSize.height}"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment