From 7bc2561bfeee91ee4be752c76970566c366515ab Mon Sep 17 00:00:00 2001 From: Thomas Skaarnes Nikitin <48713095+thomas-netric@users.noreply.github.com> Date: Tue, 16 Feb 2021 20:37:21 +0100 Subject: [PATCH] Added new size - Id 550 (980x480) (#6311) --- modules/rubiconBidAdapter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/rubiconBidAdapter.js b/modules/rubiconBidAdapter.js index e9f25c9411e..6e1e383c4d2 100644 --- a/modules/rubiconBidAdapter.js +++ b/modules/rubiconBidAdapter.js @@ -103,7 +103,8 @@ var sizeMap = { 278: '320x500', 282: '320x400', 288: '640x380', - 548: '500x1000' + 548: '500x1000', + 550: '980x480' }; utils._each(sizeMap, (item, key) => sizeMap[item] = key);