Skip to content

Commit e4825c3

Browse files
authored
fix(Ads): Fix bad static overlay ad position (shaka-project#7735)
1 parent 27976f1 commit e4825c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ads/interstitial_ad_manager.js

-1
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,6 @@ shaka.ads.InterstitialAdManager = class {
794794
htmlElement.style.left = (topLeft.x / viewport.x * 100) + '%';
795795
htmlElement.style.top = (topLeft.y / viewport.y * 100) + '%';
796796
htmlElement.style.width = (size.x / viewport.x * 100) + '%';
797-
htmlElement.style.height = 'auto';
798797
}
799798
this.adContainer_.appendChild(htmlElement);
800799

0 commit comments

Comments
 (0)