File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -255,10 +255,10 @@ shaka.ads.InterstitialAdManager = class {
255
255
this . lastPlayedAd_ = null ;
256
256
if ( ! this . usingBaseVideo_ ) {
257
257
this . video_ . loop = false ;
258
- this . video_ . style . height = '' ;
259
- this . video_ . style . left = '' ;
260
- this . video_ . style . top = '' ;
261
- this . video_ . style . width = '' ;
258
+ this . video_ . style . height = '100% ' ;
259
+ this . video_ . style . left = '0 ' ;
260
+ this . video_ . style . top = '0 ' ;
261
+ this . video_ . style . width = '100% ' ;
262
262
}
263
263
}
264
264
@@ -573,10 +573,10 @@ shaka.ads.InterstitialAdManager = class {
573
573
this . baseVideo_ . currentTime += interstitial . resumeOffset ;
574
574
}
575
575
this . video_ . loop = false ;
576
- this . video_ . style . height = '' ;
577
- this . video_ . style . left = '' ;
578
- this . video_ . style . top = '' ;
579
- this . video_ . style . width = '' ;
576
+ this . video_ . style . height = '100% ' ;
577
+ this . video_ . style . left = '0 ' ;
578
+ this . video_ . style . top = '0 ' ;
579
+ this . video_ . style . width = '100% ' ;
580
580
}
581
581
}
582
582
You can’t perform that action at this time.
0 commit comments