[Question] How to make iframe ad code responsive in Wordpress?

SilverKnight

Senior Member
Joined
May 31, 2011
Messages
838
Reaction score
150
I'm using Wordpress with a responsive theme. Everything is responsive there. Except when I add an iframe ad code..this iframe ad is not responsive. It looks fine on laptop but when you look at it on the mobile, it doesn't display properly.

I use HTML box to put the code there. The image size in this ad is 728x90. This HTML box perfectly makes any image responsive on mobile even 728x90 size but whenever I use the iframe ad code, it's not responsive.

How do I make this ad code responsive?

Code:
<iframe data-aa="1374601" src="//ad.a-ads.com/1374601?size=728x90" scrolling="no" style="width:728px; height:90px; border:0px; padding:0; overflow:hidden" allowtransparency="true"></iframe>
 
Back
Top