chup Posted April 7, 2011 Share Posted April 7, 2011 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 codegetImageLink($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 More sharing options...
chup Posted April 8, 2011 Author Share Posted April 8, 2011 bump bump bump Link to comment Share on other sites More sharing options...
chup Posted April 11, 2011 Author Share Posted April 11, 2011 bump, anyone on this issue please?? Link to comment Share on other sites More sharing options...
chup Posted April 12, 2011 Author Share Posted April 12, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now