Skip to content

Commit

Permalink
Added new size in Rubicon pbjs Adapter (prebid#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
deodhar-hrishi authored and dluxemburg committed Jul 17, 2018
1 parent 7d463fb commit ce9252d
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 ce9252d

Please sign in to comment.