Are you sure the display is not being truncated? If the image tag is past 300 characters it will be cut off. You can test it by opening skin1/customer/main/products.tpl and changing this:
Code:
{$products[product].descr|truncate:300:"...":true}
to this:
Code:
{$products[product].descr}