I noticed the tutorial below using GlassHtml.RenderImage where we can specify the width and height of an image.
http://glass.lu/docs/tutorial/sitecore/tutorial16/tutorial16.html
<%= GlassHtml.RenderImage(Model, x => x.FeaturedImage) %>
I tried to use this function using @Glass.Mapper.Sc.GlassHtml.RenderImage but this SC.GlassHTML doesn't seem to have RenderImage
Can someone please help, what am I missing?
Thanks.