Changeset 65a0697 in Klonkt for src/services/VideoCoverService.js

Timestamp:
06/30/2026 08:57:01 PM (2 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
e3a5aed
Parents:
f2943c1
Message:

fix(video-cover): size the swapped <video> like the cover <img> (post + list)

The iOS swap replaces the cover <img> with a <video>, but the post-page and list-cover CSS target
.post-cover img / .post-list-cover img (the element), so the <video> inherited no sizing and
rendered at its intrinsic height — too tall for the width. Add video to those selectors. Grid +
related covers already work (the img's class travels to the video, and those rules are class-based).

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

(No files)

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