Print standard size cards that fit the standard size sleeves.
Add the CSS file into your project and every <img>
will print out the correct size (when printing to A4 size paper).
The styles are only applied when printing (with @media print
query) and they are spiced with !important
to make it easier to splash in to an existing page that might have other styles applied.