Skip to content

Commit

Permalink
Add rubicon size 632 and 634 (#10481)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkimmgni committed Sep 13, 2023
1 parent 725ed60 commit bc2f3f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ var sizeMap = {
576: '610x877',
578: '980x552',
580: '505x656',
622: '192x160'
622: '192x160',
632: '1200x450',
634: '340x450'
};

_each(sizeMap, (item, key) => sizeMap[item] = key);
Expand Down

0 comments on commit bc2f3f6

Please sign in to comment.