Skip to content

Commit

Permalink
Add size 300x200 to Rubicon bidder (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanchyk authored Feb 17, 2021
1 parent 6ab4184 commit a661eff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ final class RubiconSize {
SIZES.put(size(320, 400), 282);
SIZES.put(size(640, 380), 288);
SIZES.put(size(500, 1000), 548);
SIZES.put(size(300, 200), 552);
}

private final Integer w;
Expand Down

0 comments on commit a661eff

Please sign in to comment.