Skip to content

Commit

Permalink
Rubicon: adding size 300x200 (prebid#6315)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored and stsepelin committed May 28, 2021
1 parent a73a967 commit cc6b2a3
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 @@ -104,7 +104,8 @@ var sizeMap = {
282: '320x400',
288: '640x380',
548: '500x1000',
550: '980x480'
550: '980x480',
552: '300x200'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);

Expand Down

0 comments on commit cc6b2a3

Please sign in to comment.