I am working on a responsive site and I want to place in several ad banners from Google. As the layout is flexible and fluid, the banners' width and height should scale down and adapt to the parent elements that are defined relatively.
The problem is that the Google banners are loaded with some deprecated attributes within the img tag such as width and height.
Is there any method to ignore these attributes so that the Google banners get matched to the fluid layout and do not break out?
Thanks in advance.