How would one go about handling Adsense banners in a responsive layout?
As far as I can read from the Adsense TOS, I'm pretty much not allowed to do anything client-side with the banners, so I can't, client-side, switch a banner to a smaller one if it's a low resolution.
It seems the only solution I can find is to only serve banners that work in the lowest target resolution (i.e. 300x250).
Anyone with a better idea?