Not that I am switching to CLZ Web soon, but just reporting bugs and ideas if I see them.
I noticed the boxsets are not displayed correctly when it is an landscape (wider than tall) cover:
When I change the CSS from:
#container-item-detail #container-main #container-boxset-cover img, #container-item-detail #container-boxset #container-boxset-cover img {
height: 175px;
width: auto;
}
to
#container-item-detail #container-main #container-boxset-cover img, #container-item-detail #container-boxset #container-boxset-cover img {
width: auto;
max-height: 175px;
}
it is displayed correctly: