I can't seem to find an answer to this, although some are close.
I have an image that I want to take out the middle of (crop it), a bit like this:
So it's perfectly in the middle and with the same aspect ratio.
All I have managed to do, is crop an image like so:
..where it's connected to the edges.
So basically, I want to have a div of fixed size, with an image inside. This image needs to be zoomed in and centred, with the overflow hidden.
How can I do this?