Skip to content

Commit

Permalink
Add sizes... again... (#12371)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrmartinez authored Oct 25, 2024
1 parent 6ae5759 commit 1ca84d7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,13 @@ var sizeMap = {
580: '505x656',
622: '192x160',
632: '1200x450',
634: '340x450'
634: '340x450',
680: '970x570',
682: '300x240',
684: '970x550',
686: '300x210',
688: '300x220',
690: '970x170'
};

_each(sizeMap, (item, key) => sizeMap[item] = key);
Expand Down

0 comments on commit 1ca84d7

Please sign in to comment.