Give the artwork bit a fixed-size region, possibly behind a <a> or <span> (depending on whether there's a fullsize rendition), using background-image to actually set the image. Can probably use aspect-ratio to maintain squareness and let it be sized by the player grid elements instead.
Give the artwork bit a fixed-size region, possibly behind a
<a>
or<span>
(depending on whether there's a fullsize rendition), usingbackground-image
to actually set the image. Can probably useaspect-ratio
to maintain squareness and let it be sized by the player grid elements instead.