Skip to content

Commit

Permalink
Added new size - Id 550 (980x480) (prebid#6311)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-netric authored and stsepelin committed May 28, 2021
1 parent 7d51435 commit 9294f47
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 @@ -103,7 +103,8 @@ var sizeMap = {
278: '320x500',
282: '320x400',
288: '640x380',
548: '500x1000'
548: '500x1000',
550: '980x480'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);

Expand Down

0 comments on commit 9294f47

Please sign in to comment.