Skip to content

Commit d0c9327

Browse files
authored
Add Picture-in-Picture (PiP) Firefox limitation for OptiView Ads (#538)
1 parent dc226de commit d0c9327

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

ads/limitations/index.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
sidebar_position: 3
3+
sidebar_label: Limitations and known issues
4+
---
5+
6+
# Limitations and known issues
7+
8+
This page lists the current limitations and known issues of OptiView Ads.
9+
10+
## Using OptiView Ads with Picture-in-Picture (PiP) on Firefox for Web
11+
12+
Using OptiView Ads with Picture-in-Picture (PiP) on Firefox for Web is currently not supported. During playback, the default PiP button
13+
will be hidden to discourage usage.
14+
15+
Note that users will still be able to trigger PiP using the button in the browser's address bar.

sidebarsAds.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ const sidebars: SidebarsConfig = {
2525
link: { type: 'doc', id: 'how-to-guides/index' },
2626
items: [{ type: 'autogenerated', dirName: 'how-to-guides' }],
2727
},
28+
{
29+
type: 'category',
30+
label: 'Limitations and known issues',
31+
description: 'Take notice of the limitations and known issues when using OptiView Ads.',
32+
customProps: {
33+
icon: '⚠️',
34+
},
35+
link: { type: 'doc', id: 'limitations/index' },
36+
items: [{ type: 'autogenerated', dirName: 'limitations' }],
37+
},
2838
{
2939
type: 'category',
3040
label: 'API references',

0 commit comments

Comments
 (0)