Jump to content

[résolu] Bug taille image sous IE


Recommended Posts

Bonjour,

 

J'ai un petit bug pour mes images dans mes fiches produits et également dans le module homefeatured, elles ne s'affichent pas. Après inspection avec firebug je me rend compte qu'il n'arrive pas à trouver correctement les tailles, IE me met donc par défault 1.

 

Voici le code dans mon product tpl :

<img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large_default')}" {if $jqZoomEnabled}class="jqzoom" alt="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox_default')}"{else} title="{$product->name|escape:'htmlall':'UTF-8'}" alt="{$product->name|escape:'htmlall':'UTF-8'}" {/if} id="bigpic" width="{$largeSize.width}" height="{$largeSize.height}" />

Edited by canel (see edit history)
Link to comment
Share on other sites

  • 2 months later...

Bonjour,

 

J'ai exactement le même problème avec prestashop v1.5.3.1, les images ne s'affichent pas sous IE !!!

Après vérification cela vient du fait que les propriétés width et height ne sont pas renseignées correctement et du coup les images s'affichent en 1px par 1px.

 

Solution trouvé ici :

http://www.blog.manit4c.com/2013/01/22/mes-images-ne-saffiche-plus-sous-ie-avec-prestashop-1-5-3/

Edited by Anacronis (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 3 months later...

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...