The problem is probably that the html for the cover image contains SVG code, which I don't think Stanza supports. If you need to see it in Stanza you'll have to strip out the SVG and replace it with a block using a style class like
.img { height: 100%; max-width: 100%}
|