Skip to content

Commit

Permalink
s/sizes/playerSize/g for video ads
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Loveland committed Feb 8, 2018
1 parent 4faeda1 commit 0333fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/adunit-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ pbjs.addAdUnits({
mediaTypes: {
video: {
context: "instream",
sizes: [640, 480],
playerSize: [640, 480],
},
},
bids: [{
Expand All @@ -259,7 +259,7 @@ pbjs.addAdUnit({
mediaTypes: {
video: {
context: 'outstream',
sizes: [640, 480]
playerSize: [640, 480]
}
},
renderer: {
Expand Down

0 comments on commit 0333fd6

Please sign in to comment.