Skip to content

Commit

Permalink
Add new sizes (#7414)
Browse files Browse the repository at this point in the history
Dimensions: 320x431
Size ID: 564

Dimensions: 320x300
Size ID: 566

Dimensions: 300x150
Size ID: 568

Dimensions: 300x125
Size ID: 570

Dimensions: 250x350
Size ID: 572

Dimensions: 620x891
Size ID: 574

Dimensions: 610x877
Size ID: 576

Dimensions: 980x552
Size ID: 578

Dimensions: 505x656
Size ID: 580
  • Loading branch information
hdeodhar authored Sep 14, 2021
1 parent d9bc98e commit c064ea9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,16 @@ var sizeMap = {
550: '980x480',
552: '300x200',
558: '640x640',
562: '300x431'
562: '300x431',
564: '320x431',
566: '320x300',
568: '300x150',
570: '300x125',
572: '250x350',
574: '620x891',
576: '610x877',
578: '980x552',
580: '505x656'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);

Expand Down

0 comments on commit c064ea9

Please sign in to comment.