Skip to content

Commit

Permalink
Rubicon Bid Adapter: Added new size - Id 558 (640x640) (#6658)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-netric authored and idettman committed May 21, 2021
1 parent 7a3c6d1 commit 9fdc597
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 9fdc597

Please sign in to comment.