Skip to content

Commit

Permalink
Added sizes 580x500 and 580x400 (#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdeodhar authored and harpere committed May 22, 2018
1 parent b5927bb commit 663149b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ var sizeMap = {
59: '320x80',
60: '320x150',
61: '1000x1000',
64: '580x500',
65: '640x480',
67: '320x480',
68: '1800x1000',
Expand All @@ -69,6 +70,7 @@ var sizeMap = {
199: '640x200',
213: '1030x590',
214: '980x360',
232: '580x400'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);

Expand Down

0 comments on commit 663149b

Please sign in to comment.