@f0x hmm almost, the issue here is that it only changes how the element looks, rather then the actual size of the element, resulting in it being 10em by 10em even if the image scaling is correct
@foxes right, something with max-height/width then, hm
@f0x i worked out something, which is to set the height to 100% (or something there of) and just use max width and auto everything else, it looks ok
@f0x i ended up just using a grid and magic with that
@f0x oh!! that might be it!! lemme try!