Refresh promo banner kit — code-composited, on-brand, crisp
Regenerated hero 1200x630, 728x90, 468x60, 300x250, 160x600, 120x600 by compositing the new logo + headline + mint CTA on a dark mint-glow ground (canvas, not AI) so text is always crisp and on-brand. Leaderboard tagline auto-fits; previews cache-busted (?v=2). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1156,7 +1156,7 @@
|
||||
const url = location.origin + '/banners/' + b.file;
|
||||
const d = document.createElement('div');
|
||||
d.className = 'pb-item';
|
||||
d.innerHTML = '<img src="/banners/' + b.file + '" alt="InstantAdPay banner ' + b.size + '" loading="lazy">'
|
||||
d.innerHTML = '<img src="/banners/' + b.file + '?v=2" alt="InstantAdPay banner ' + b.size + '" loading="lazy">'
|
||||
+ '<div class="pb-row"><span class="pb-size">' + b.size + '</span></div>';
|
||||
const btn = document.createElement('button');
|
||||
btn.className = 'btn small sec';
|
||||
|
||||
Reference in New Issue
Block a user