Forum Moderators: martinibuster
Here is how you would do it:
if ((screen.width > 800) && (screen.height > 600)){
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
}
else{
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
}
I just contacted Google to see if they allow this. I'll let you all know what they say.