Hi,
When I call GlassHtml.RenderImage(MyImage, new ImageParameters { Width = 100, Height = 100 }) I get the invalid markup w="100" h="100" , rather than valid markup width="100" height="100".
The parameters are supplied correclty the Sitecore Image handler (it exects w and h). This is causing problems for me in Chrome. The image is rendered ok in IE 10 & Firefox.
For the time being I am calling this method still and using CSS to control my image size.
Is it possible to have the RenderImage method output the correct and valid attribute names? Also, it'd be great if, when no width and height parameters are supplied, the width and height img attributes are set to be the size of the actual image, as happens currently with the image field render in sitecore.