We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27976f1 commit e4825c3Copy full SHA for e4825c3
lib/ads/interstitial_ad_manager.js
@@ -794,7 +794,6 @@ shaka.ads.InterstitialAdManager = class {
794
htmlElement.style.left = (topLeft.x / viewport.x * 100) + '%';
795
htmlElement.style.top = (topLeft.y / viewport.y * 100) + '%';
796
htmlElement.style.width = (size.x / viewport.x * 100) + '%';
797
- htmlElement.style.height = 'auto';
798
}
799
this.adContainer_.appendChild(htmlElement);
800
0 commit comments