Skip to content

Commit

Permalink
Add new size 192x160 (ID: 622) in Rubicon Adapter (prebid#9297)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkho339 authored and JacobKlein26 committed Feb 8, 2023
1 parent 6e80ef2 commit 7184b6c
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 @@ -134,7 +134,8 @@ var sizeMap = {
574: '620x891',
576: '610x877',
578: '980x552',
580: '505x656'
580: '505x656',
622: '192x160'
};
_each(sizeMap, (item, key) => sizeMap[item] = key);

Expand Down

0 comments on commit 7184b6c

Please sign in to comment.