Skip to content

Commit

Permalink
new size Rubicon (#3877)
Browse files Browse the repository at this point in the history
add size 288 (640x380)
  • Loading branch information
Antoine Jacquemin (Rubicon) authored and bretg committed Jun 3, 2019
1 parent ac65812 commit db167c0
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 @@ -81,7 +81,8 @@ var sizeMap = {
229: '320x180',
232: '580x400',
257: '400x600',
265: '1920x1080'
265: '1920x1080',
288: '640x380'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);

Expand Down

0 comments on commit db167c0

Please sign in to comment.