Jump to content

Specify Image Dimensions


Recommended Posts

Hi,

 

I am trying to optimize my prestashop store(www.streamport.tv), i have found an error "Specify image dimension" for blockreinsurance images.

As per forum i added width and height in blockreinsurance.tpl, but still not rectify?

Can any one help me?

 

 

 

<!-- MODULE Block reinsurance -->
<div id="reinsurance_block" class="clearfix">
    <ul class="width{$nb_blocks}">    
        {foreach from=$reinssurances item=reinssurance}
                <li>{if $reinssurance.filename}<img src="{$module_dir}img/{$reinssurance.filename}" width="50" height="50" alt="{$reinssurance.text}" />{/if} <span>{$reinssurance.text}</span></li>
        {/foreach}
    </ul>
</div>
<!-- /MODULE Block reinsurance -->

 

Link to comment
Share on other sites

×
×
  • Create New...