Skip to content

Commit

Permalink
Added new size in Rubicon pbjs Adapter (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
deodhar-hrishi authored and bretg committed Nov 16, 2017
1 parent d3905fe commit 3a963cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ var sizeMap = {
117: '320x100',
125: '800x250',
126: '200x600',
144: '980x600',
195: '600x300'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);
Expand Down

0 comments on commit 3a963cd

Please sign in to comment.