Skip to content

Commit

Permalink
Added size id 265 (1920x1080) (prebid#3839)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdeodhar authored and Alex committed Aug 1, 2019
1 parent c24dee1 commit 21f22ed
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 @@ -79,7 +79,8 @@ var sizeMap = {
214: '980x360',
229: '320x180',
232: '580x400',
257: '400x600'
257: '400x600',
265: '1920x1080'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);

Expand Down

0 comments on commit 21f22ed

Please sign in to comment.