So I'm testing out HTML5 ads on our dev site and I've run into this issue with the iframe being generated. I've uploaded the ads as zip files and they seem to display properly on their own.
Here's the code that seems to be the culprit.
<iframe id="adplugg-iframe-pvgvdu2tgemfr" scrolling="no" class="adplugg-iframe adplugg-responsive-iframe" data-adplugg-src="http://cdn1.adplugg.io/apusers/serve/A48222563/file/97744/index.html?clickTag=null&clickTarget=_self" src="http://cdn1.adplugg.io/apusers/serve/A48222563/file/97744/index.html?clickTag=null&clickTarget=_self" style="height: 150px;"></iframe>
If you click on the src link, you can see the served ad should be a skyscraper, 600px tall, but when it appears on our site, the iframe crops it at 150px. I've tried it with multiple HTML5 ads and that [style="height: 150px;"] is always added to the iframe regardless of the content height.
Image and banner ads display correctly in the same ad placement so it's not an adplugg size restriction at play.
Do you have any insight as to what's going on?