Skip to content

fix(catalog): restore the caption texture preview - #3258

Merged
miguel-heygen merged 1 commit into
heygen-com:mainfrom
AksharP5:fix/caption-texture-catalog-preview
Aug 13, 2026
Merged

fix(catalog): restore the caption texture preview#3258
miguel-heygen merged 1 commit into
heygen-com:mainfrom
AksharP5:fix/caption-texture-catalog-preview

Conversation

@AksharP5

@AksharP5 AksharP5 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

What

The Caption Texture catalog page currently plays a blank preview. This restores the textured caption animation.

Fixes #3257.

Why

The catalog publishes the texture beside the component payload, but the demo requests the install-only compositions/components/lava.png path. That request returns 404, and the missing CSS mask makes every caption word invisible.

How

Pointed the demo at the source-relative texture filename and regenerated the catalog payload. The installable component still uses its existing nested asset path.

Test plan

  • Unit tests added/updated
  • Manual testing performed
  • Documentation updated (generated catalog payload)

Validated with:

  • bun run build
  • bun run lint:registry-items caption-texture
  • bunx oxfmt --check registry/components/caption-texture/demo.html docs/public/catalog/components/caption-texture.json
  • npx hyperframes check against the standalone demo and its flat catalog assets
  • Browser playback against the generated catalog payload, with zero failed network responses after the fix

Before and after

comparison.mp4

@miguel-heygen
miguel-heygen merged commit cbd38b3 into heygen-com:main Aug 13, 2026
77 of 78 checks passed
@AksharP5
AksharP5 deleted the fix/caption-texture-catalog-preview branch August 13, 2026 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Caption Texture catalog preview is blank

2 participants