Skip to content

Commit

Permalink
Rubicon adapter: add support for new size (prebid#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored and dluxemburg committed Jul 17, 2018
1 parent 79ada08 commit ab9084f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ var sizeMap = {
199: '640x200',
213: '1030x590',
214: '980x360',
232: '580x400'
232: '580x400',
257: '400x600'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);

Expand Down

0 comments on commit ab9084f

Please sign in to comment.