Preview:
{if isset($product_manufacturer->id)}
    <div class="prod-manufacturer">
      {if isset($manufacturer_image_url)}
        <a href="{$product_brand_url}">
          <img src="{$manufacturer_image_url}" class="img img-fluid manufacturer-logo" alt="{$product_manufacturer->name}" loading="lazy">
            </a>
    {else}                
      <span>
        <a href="{$product_brand_url}">{$product_manufacturer->name}</a>
     </span>
     {/if}
      </div>
{/if}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter