Teaser v2: tap the code to copy it, paste it on the board (the pill is six cells + tap-to-copy now); fresh real-pill shots
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@
|
||||
document.getElementById('play').addEventListener('click', () => {
|
||||
const hero = document.querySelector('.hero'); hero.classList.add('playing');
|
||||
const art = hero.querySelector('.hero-art'); const v = document.createElement('video');
|
||||
v.controls = true; v.autoplay = true; v.playsInline = true; v.poster = '/video/polhunter-teaser-poster.jpg'; v.src = '/video/polhunter-teaser.mp4';
|
||||
v.controls = true; v.autoplay = true; v.playsInline = true; v.poster = '/video/polhunter-teaser-poster.jpg'; v.src = '/video/polhunter-teaser.mp4?v=20260921a';
|
||||
art.replaceWith(v); v.className = 'hero-video'; v.play().catch(() => {});
|
||||
});
|
||||
try {
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user