Quote Originally Posted by ferid View Post
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.
This is not a template specific question:

I don't see an attachment.

You might want to try something like this:

zen_image($template->get_template_dir(step1.jpg, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . step1.jpg, Step One, 100, 100);