Reader: wider card images with configurable width #30
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/issue-22-wider-card-images"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Card images previously rendered as a fixed 100x100 square using a fraction of the card width. They now span the card via a
--aggregate-image-widthvariable (default100%,3/2aspect ratio,max-heightcap withobject-fit: cover), and a new Card image width display setting (same validation as base font size:px|rem|%, empty = default) emits a:rootoverride frombase.html.Before/after screenshots attached below.
Closes #22
Before (fixed 100px square):
After (default 100% width, 3/2 aspect):
Any width can be dialled in via Settings → Display → Card image width (e.g.
50%,220px).