Image Issues

Discussion in 'HTML & Website Design' started by slabeye, May 24, 2007.

  1. #1
    I am having some issues with my Images when I download them. They seem to be getting compressed and I am not sure why can anyone help me on this issue. Thanks

    Look at it at www.zenmonster.com Thanks
     
    slabeye, May 24, 2007 IP
  2. marty

    marty Peon

    Messages:
    154
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    hello,

    I took a quick look at that page. I found the following tag:

    <img src="/cart/images/Helix.jpg" border="0" alt="Samsung Helix" title=" Samsung Helix " width="100" height="80">

    That tag refers to:

    http://zenmonster.com/cart/images/Helix.jpg

    The Helix.jpg image is 600x600 pixels. The image tag (<img ...>) is forcing the image to fit into 100x80 pixels. You will probably want to either create a smaller thumbnail image that is 100x80 pixels or you will want to force the Helix.jpg image to 80x80.

    Good luck...
    Marty Trujillo
     
    marty, May 24, 2007 IP