Jump to content

Oryginalnej wielkości zdjęcie - wygenerowanie linku


madnessr

Recommended Posts

Witam,

 

chciałbym, by na stronie produktu pojawiały się zdjęcia w pełnym rozmiarze (przygotowuje je odpowiednio na dysku). Niestety Prestashop ciągle wrzuca mi na stronie produktu pomniejszone przez siebie wersje zdjęć.

	<a class="jqzoom" title="{if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if}" rel="gal1" href="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox_default')|escape:'html':'UTF-8'}">
								<img itemprop="image" src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox_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}"/>
							</a>

Domyślam się, że muszę zamienić fragment - thickbox_default. Tylko na jaką komendę???

Link to comment
Share on other sites

Każdy oryginalny obraz może mieć różne wymiary. Chciałbym utworzyć nowy format obrazu i użyć jej nazwę zamiast thickbox_default.

 

Every original image can have different dimensions. I would create a new image format and use its name instead of thickbox_default.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...