Banner kit: add 468x60, 160x600, 120x600 (kie.ai) — 6 IAB sizes now in Promo tools

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-06 10:20:34 -05:00
parent 2f27038297
commit 1912d2b251
12 changed files with 32 additions and 29 deletions
+4 -1
View File
@@ -960,7 +960,10 @@
const BANNERS = [
{ file: 'iap-hero-1200x630.png', size: '1200×630 (social / hero)' },
{ file: 'iap-728x90.png', size: '728×90 (leaderboard)' },
{ file: 'iap-300x250.png', size: '300×250 (rectangle)' }
{ file: 'iap-300x250.png', size: '300×250 (rectangle)' },
{ file: 'iap-468x60.png', size: '468×60 (banner)' },
{ file: 'iap-160x600.png', size: '160×600 (wide skyscraper)' },
{ file: 'iap-120x600.png', size: '120×600 (skyscraper)' }
];
bwrap.innerHTML = '';
for (const b of BANNERS) {