This is my second site using the Gantry template with the 4.1.9 framework and I have the same issue. The site in question was migrated from Joomla 1.5 to 2.5.9. The problem I have is that all images which are scaled with HTML attributes (e.g. <img src="filename" height="hhh" width="www" alt="alt" /> do not display properly on IE 9. The images render properly on Chrome and Firefox.
Re: SOLVED Gantry 4 does not support scaled images
Posted 12 years 3 weeks ago
OK, I think I understand the behavior. Please tell me if I am wrong. It looks like CSS takes precedence over HTML. Is that right? So to rectify the problem, it appears I have to add a style to each of the scaled images.