Jump to content

[resolve] custom image size doesn't appear in IE 8


Recommended Posts

Hi everyone,


i have some problem displaying custom image size on IE8, it just refuse to appear on IE, but works ok on Firefox and chrome, here is my code

getImageLink($product->link_rewrite, $imageIds, 'productPicTn')}" alt="{$image.legend|htmlspecialchars}" height="{$productPicTnSize.height}" width="{$productPicTnSize.width}" />

if i change the 'productPicTn' to something default like 'large', then it will work ok on IE, any idea what should i edit to make it work with IE?


Thanks!

Link to comment
Share on other sites

problem resolve,

added the following line in controllers/ProductController.php

   'secondaryTnSize' => Image::getSize('secondaryTn'),
   'productPicTnSize' => Image::getSize('productPicTn'),




it a pity that this can only be resolve by hacking the core file :(

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