Skip to content

Commit

Permalink
Update templates/catalog/_partials/miniatures/pack-product.tpl
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Hlaváček <[email protected]>
  • Loading branch information
buggyzap and Hlavtox authored Feb 6, 2024
1 parent 7c051de commit 2ddc199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/catalog/_partials/miniatures/pack-product.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
{if !empty($product.default_image.medium.sources.webp)}<source srcset="{$product.default_image.medium.sources.webp}" type="image/webp">{/if}
<img
src="{$product.default_image.medium.url}"
width="{$product.default_image.bySize.medium_default.width}"
height="{$product.default_image.bySize.medium_default.height}"
width="{$product.default_image.medium.width}"
height="{$product.default_image.medium.height}"
{if !empty($product.default_image.legend)}
alt="{$product.default_image.legend}"
title="{$product.default_image.legend}"
Expand Down

0 comments on commit 2ddc199

Please sign in to comment.