Skip to content

Commit

Permalink
fix(Ads): Remove iframe border in overlays (#7738)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Dec 11, 2024
1 parent e4825c3 commit 60c88eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ads/interstitial_ad_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ shaka.ads.InterstitialAdManager = class {
document.createElement(tagName));
htmlElement.style.objectFit = 'contain';
htmlElement.style.position = 'absolute';
htmlElement.style.border = 'none';

const basicTask = () => {
if (this.playoutLimitTimer_) {
Expand Down

0 comments on commit 60c88eb

Please sign in to comment.