Skip to content

Commit 4926be5

Browse files
committed
better supported sizes
1 parent a9b5fc6 commit 4926be5

File tree

1 file changed

+6
-36
lines changed

1 file changed

+6
-36
lines changed

docs/nip-drafts/nip-ADS.md

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -169,51 +169,21 @@ Offerers can choose to display the ad anyway and they might perform scaling if n
169169

170170
Accepted values are:
171171

172-
##### standard horizontal
173-
174-
best used in web pages
175172

176173
|`s` tag | `S` tag | description|
177174
|-------|--------------|------------|
178175
|`480x60`|`8:1`|banner|
179176
|`720x90`|`8:1`|leaderboard|
180-
|`300x50`|`6:1`|mobile leaderboard|
181-
182-
183-
##### standard vertical
184-
185-
best used in web pages or mobile apps
186-
187-
`s` tag | `S` tag | description|
188177
|-------|--------------|------------|
189-
|`300x600`|`1:2`|half page|
190-
|`160x600`|`1:3`|wide skyscraper|
191-
|`120X600`|`1:5`|skyscraper|
192-
193-
##### standard rectangles
194-
195-
best used in web pages or mobile apps
196-
197-
|`s` tag | `S` tag | description|
178+
|`512x128`|`4:1`|horizontal banner|
179+
|`512x256`|`2:1`|horizontal narrow banner|
198180
|-------|--------------|------------|
199-
|`250x250`|`1:1`|square|
200-
|`200x200`|`1:1`|small square|
201-
202-
203-
##### immersive
181+
|`256x512`|`1:2`|vertical banner|
182+
|`128x512`|`1:4`|vertical narrow banner|
183+
|-------|--------------|------------|
184+
|`256x256`|`1:1`|square|
204185

205-
best used in immersive content, such as games, virtual reality, augmented reality, or video streaming
206186

207-
|`s` tag | `S` tag | description|
208-
|-------|--------------|------------|
209-
|`2048x2048`|`1:1`|high-quality panel|
210-
|`1024x1024`|`1:1`|square sign|
211-
|`1024x512`|`2:1`|billboard wide|
212-
|`512x1024`|`1:2`|billboard tall|
213-
|`1280x720`|`16:9`|billboard HD|
214-
|`1920x1080`|`16:9`|billboard Full HD|
215-
|`512x128`|`4:1`|narrow strip|
216-
|`1920x120`|`16:1`|wide strip|
217187

218188
----
219189

0 commit comments

Comments
 (0)