CSS Vertical Center - David Walsh Blog - JavaScript Consultant
@Hugo That’s one way to do it. Another method is setting the image as background of *any* block element, set a width and padding top or bottom, like so:.thumb { background-image: url(my-img.jpg); background-position: center; /* is this supported by IE8? I...