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:
martbost
2026-09-21 07:27:42 -05:00
parent 0ba2486c95
commit f65dc9ecbb
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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.