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 StefanWallin committed Sep 28, 2018
1 parent e98adee commit 01e9845
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 01e9845

Please sign in to comment.