Hi,
Does anybody know how to limit the height of the images for K2 items?
I am uploading some items, but the portrait files seem to be blown out of proportion in comparison to my landscape items.
Any assistance is much appreciated.
Thanks
.itemImageBlock {height: 250px; overflow: hidden}
.itemImageBlock img {
position: relative;
top: -49px !important;
}