Skip to content

Commit

Permalink
Serverbid Bid Adapter: Add new ad sizes (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrimes authored and jsnellbaker committed Jan 3, 2018
1 parent 30dddf8 commit 46dfc43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/serverbidBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ const sizeMap = [
sizeMap[77] = '970x90';
sizeMap[123] = '970x250';
sizeMap[43] = '300x600';
sizeMap[286] = '970x66';
sizeMap[3230] = '970x280';
sizeMap[429] = '486x60';
sizeMap[374] = '700x500';
sizeMap[934] = '300x1050';

function getSize(sizes) {
const result = [];
Expand Down

0 comments on commit 46dfc43

Please sign in to comment.