From d1b67d7517c1e3e933d5722d12cfd353cfa6b148 Mon Sep 17 00:00:00 2001 From: Aaloan Miftah Date: Tue, 23 May 2023 01:24:57 +0000 Subject: [PATCH] Fix recommended sizes for `Main` native image asset types. The current version of the spec has reversed recommended sizes for `Small` and `Large` variants for `Main` native image asset types. This commit swaps the recommended sizes for `Small` and `Large`. --- AdCOM v1.0 FINAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AdCOM v1.0 FINAL.md b/AdCOM v1.0 FINAL.md index f6df748..7c7d133 100644 --- a/AdCOM v1.0 FINAL.md +++ b/AdCOM v1.0 FINAL.md @@ -4210,8 +4210,8 @@ Maximum height at least 50 device independent pixels (DIPS); aspect ratio 1:1.3 Main: Large image preview for the ad. At least one of 2 size variants required:

-Small: Maximum height at least 627 DIPS; maximum width at least 627, 836, or 1198 DIPS (i.e., aspect ratios of 1:1, 4:3, or 1.91:1, respectively).

-Large: Maximum height at least 200 DIPS; maximum width at least 200, 267, or 382 DIPS (i.e., aspect ratios of 1:1, 4:3, or 1.91:1, respectively). +Small: Maximum height at least 200 DIPS; maximum width at least 200, 267, or 382 DIPS (i.e., aspect ratios of 1:1, 4:3, or 1.91:1, respectively).

+Large: Maximum height at least 627 DIPS; maximum width at least 627, 836, or 1198 DIPS (i.e., aspect ratios of 1:1, 4:3, or 1.91:1, respectively). 500+