Skip to content

Commit eaffc3d

Browse files
hdeodharbretg
authored andcommitted
Rubicon adapter: added sizes (#4147)
* added missing comma * fixing syntax error
1 parent 3fe149a commit eaffc3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/rubiconBidAdapter.js

+2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ var sizeMap = {
9494
229: '320x180',
9595
232: '580x400',
9696
257: '400x600',
97+
264: '970x1000',
9798
265: '1920x1080',
99+
278: '320x500',
98100
288: '640x380'
99101
};
100102
utils._each(sizeMap, (item, key) => sizeMap[item] = key);

0 commit comments

Comments
 (0)