Changeset 9dbb175 in Klonkt for CHANGELOG.md


Ignore:
Timestamp:
07/16/2026 08:29:21 PM (8 weeks ago)
Author:
Robin <roboburr@…>
Branches:
main
Children:
3778ddb
Parents:
010e073
git-author:
Robin <roboburr@…> (07/16/2026 08:28:47 PM)
git-committer:
Robin <roboburr@…> (07/16/2026 08:29:21 PM)
Message:

Fix: bare video/audio embeds no longer overflow their column

The embed width rule (.pcms-embed iframe, .folio-embed iframe) only covered
iframes, so the native <video>/<audio> players added in 1.4.0 for bare
.webm/.mp4/.mp3 links kept their intrinsic width and overflowed the content
column. Extend the selector to video/audio (targeted, not '*', so the
client-side player cards' inner elements are untouched). Verified in a browser:
a bare .mp4 <video> now measures the same width as the container and a working
iframe embed, with no horizontal overflow. Reported by Bart.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG.md

    r010e073 r9dbb175  
    1313  collapsed "Unreachable" section for cleanup. Old /following and /followers
    1414  links redirect to /connect.
     15
     16### Fixed
     17- **Bare video/audio embeds no longer overflow their column.** A `.webm` /
     18  `.mp4` / `.mp3` player now fits the content width like the iframe embeds do;
     19  the width rule previously covered only `iframe`.
    1520
    1621## [1.4.0] · 2026-07-14
Note: See TracChangeset for help on using the changeset viewer.