Skip to content

Commit 16695dd

Browse files
committed
remove redundant background color from player HTML
1 parent 627c528 commit 16695dd

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

packages/youtube_player_flutter/example/analysis_options.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/youtube_player_iframe/assets/player.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
html {
1010
width: 100%;
1111
height: 100%;
12-
background-color: black;
1312
pointer-events: <<pointerEvents>>;
1413
}
1514

1615
body {
1716
margin: 0;
1817
width: 100%;
1918
height: 100%;
20-
background-color: black;
2119
pointer-events: inherit;
2220
}
2321

0 commit comments

Comments
 (0)