
Originally Posted by
ferid
I am trying to insert an image at the first step when you checkout, above the shippingaddress. But for some reason the image isn't displayed correctly. It's compressed.
What I did is insert the following code in /includes/templates/my template/templates/tpl_checkout_shipping_default.php after line 60, <!-- eof Order Steps (tableless) -->:
<?php echo zen_image('/images/step1.jpg')?>
How can I make so that the image is displayed in it's original size and not compressed?
I've attached an example of how it looks and on the bottom, the original image.
Bookmarks