Skip to content

Commit

Permalink
minor verbiage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Love Sharma committed Jun 6, 2022
1 parent 946a40b commit 62af743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/ix.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ In Prebid.js versions 5.0 and above, mediaType and sizes are not required to be
| `video.minduration` | Required | Integer | Minimum video ad duration in seconds.|
| `video.maxduration` | Required | Integer | Maximum video ad duration in seconds.|
| `video.protocol` / `video.protocols` | Required | Integer / Integer[] | Either a single protocol provided as an integer, or protocols provided as a list of integers. `2` - VAST 2.0, `3` - VAST 3.0, `5` - VAST 2.0 Wrapper, `6` - VAST 3.0 Wrapper|
| `video.playerConfig` | Optional | Hash | IThe Index specific outstream player configurations.
| `video.playerConfig` | Optional | Hash | The Index specific outstream player configurations.
| `video.playerConfig.floatOnScroll` | Optional | Boolean | A boolean specifying whether you want to use the player’s floating capabilities, where: <br /> - `true`: Allow the player to float.<br /> <b>Note</b>: If you set floatOnScroll to true, Index updates the placement value to `5`. <br />- `false`: Do not allow the player to float (default).
| `video.playerConfig.floatSize` | Optional | Integer[] | The height and width of the floating player in pixels. If you do not specify a float size, the player adjusts to the aspect ratio of the player size that is defined when it is not floating. Index recommends that you review and test the float size to your user experience preference.

Expand Down

0 comments on commit 62af743

Please sign in to comment.