Changeset 9dbb175 in Klonkt for CHANGELOG.nl.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.nl.md

    r010e073 r9dbb175  
    1313  schuiven naar een ingeklapte "Niet bereikbaar"-sectie om op te ruimen. Oude
    1414  /following- en /followers-links leiden door naar /connect.
     15
     16### Opgelost
     17- **Kale video/audio-embeds lopen niet meer buiten de kolom.** Een `.webm` /
     18  `.mp4` / `.mp3`-speler past nu netjes in de kolombreedte, net als de
     19  iframe-embeds; de breedte-regel gold voorheen alleen voor `iframe`.
    1520
    1621## [1.4.0] · 2026-07-14
Note: See TracChangeset for help on using the changeset viewer.