You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/video/instream/flowplayer/pb-ve-flowplayer.html
+16-56Lines changed: 16 additions & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,13 @@ <h1>{{ page.title }}</h1>
18
18
19
19
<!--video warning-->
20
20
<divclass="pb-alert pb-alert-important" >
21
-
<pstyle="color:#85720f"><b>Important:</b>
22
21
<pstyle="color:#85720f"><b>Important:</b>
23
22
This example uses a test version of Prebid.js hosted on our CDN that is not recommended for production use. It includes all available adapters. Production implementations should build from source or customize the build using the Download page to make sure only the necessary bidder adapters are included.</p>
24
23
</div>
25
24
26
25
<!--video placeholder | this should be formatted per the needs of each player-->
27
-
<div>
28
26
29
27
<divid="player"></div>
30
-
<divid="controls">
31
-
<buttonid="ad-toggle" disabled>
32
-
Toggle ad playback
33
-
</button>
34
-
<p>The button will be enabled only during ads</p>
35
-
</div>
36
-
37
-
</div>
38
28
39
29
</div>
40
30
@@ -53,9 +43,9 @@ <h4>Place this code in the page header.</h4>
0 commit comments