generated from nhcarrigan/template
bug: story chapter banner images are cropped — characters and important details cut off #226
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Description
Story chapter banner images are rendered at a fixed
height: 220pxwithobject-fit: coverandwidth: 100%. This creates a wide cinematic strip, but crops out content above and below the 220px band. Players can see figures and characters being cut off at the top of the images.Root Cause
In
apps/web/src/styles.css, the.story-chapter-bannerclass is defined as:object-fit: coverscales the image to fill the container, cropping anything outside the 220px height window.Fix Options
heightto something like400pxor more to show more of the artobject-fit: contain— shows the full image without cropping, though this may leave empty spaceReported By
✨ This issue was created with help from Hikari~ 🌸