Changeset 5f3f9ec in Klonkt for src/services/OgImageService.js

Timestamp:
06/30/2026 11:06:00 PM (2 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
86fa2d2
Parents:
e091add
Message:

fix(cirkel): render a federated video cover as <video>, not a broken <img>

An animated cover that federates as an MP4 (Video attachment) put the video URL into cover_image_url
— circle.js's mediaImage fell back to media[0] even when it was the video — so the Cirkel feed
rendered <img src=...mp4> = a broken image. Now the video is extracted separately (never used as the
cover image) and post-tile/post-card render a muted looping <video> for a video-only cover.

Co-Authored-By: Claude <noreply@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.