Skip to content

Commit

Permalink
Rubicon Bid Adapter: Added new size - Id 558 (640x640) (prebid#6658)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-netric authored and umakajan committed May 6, 2021
1 parent 69fd975 commit 65c761b
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 @@ -109,7 +109,8 @@ var sizeMap = {
288: '640x380',
548: '500x1000',
550: '980x480',
552: '300x200'
552: '300x200',
558: '640x640'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);

Expand Down

0 comments on commit 65c761b

Please sign in to comment.