Images
Coffer ships no photographs — every graphic in it is drawn in code, so there is no stock licence to prove and nothing to replace before you sell what you build. These are the frames your own images go into.
Aspect ratios
the frame holds its shape before the image loads, so nothing jumps
Give the frame the ratio and the browser reserves the space immediately. Without it the page reflows the moment the image arrives, which is the single most common cause of a layout shift.
Corners
three, and no more
A figure
an image with something to say about it
Thumbnails
an attachment strip, the way a bill shows its receipts
receipt-01.jpg
receipt-02.jpg
invoice.pdf
contract.pdf
photo.png
What to write in the alt text
the rule the validator enforces on every page here
alt="", so a reader is not made to listen to it.
alt makes a screen reader read the file name aloud. npm run build fails on it.