Skip to content

Commit

Permalink
Added sizeId 562 (300x431) (prebid#7408)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdeodhar authored and Chris Pabst committed Jan 10, 2022
1 parent e8454b4 commit cd27556
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 @@ -110,7 +110,8 @@ var sizeMap = {
548: '500x1000',
550: '980x480',
552: '300x200',
558: '640x640'
558: '640x640',
562: '300x431'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);

Expand Down

0 comments on commit cd27556

Please sign in to comment.