Only showing 3/4 of an image?

Discussion in 'TemplateCodes' started by crashinabag, Feb 8, 2013.

  1. crashinabag Member

    I have the Neo 2 template series and when you view the listing only about 3/4 of the image is being displayed in the image carousel. How can I get that to display the whole image as it should be?

    http://thercswap.com/viewlisting.php?view=151

    Has anyone else had this issue?
  2. freeze2 Customer

    I'm thinking that you will probably need to contact TemplateCodes for help with that.
  3. Mike-N-Tosh Developer & Moderator

    Your uploaded images are 800px x 600px, but the carousel image viewable dimensions are only 685px x 340px.

    So you will either need to change image settings to a maximum to fit within the carousel viewable dimensions or not use the carousel or modify the code to resize the images within the browser to fit (this is usually NOT a good idea, because IE in particular is horrible at that and it puts a lot of burden on the browser.)
  4. kuniv Customer

    hi crashinabag

    you can change in file viewlisting.tpl in template Neo to panel_height: 637

    same this in file viewlisting.tpl change to 637

    panel_width: 693,
    panel_height: 637,
    frame_width: 80,
    frame_height: 80,

    -----------------
    this show image all

Share This Page