Announcement

Collapse
No announcement yet.

Reducing Image in search results

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Reducing Image in search results

    I can get my product images to show in my search results.
    But I cannot get these images to reduce at half size keeping the right proportions in relation with the original.
    All my images have the same height: 150 pixels.
    All my images don't have the same width, it varies from 50 to 200 pixels (approx.).
    In Product Image Options, what should I write to reduce my picture (keeping proportions) at half size ?
    If I write Width: 0 and Height: 75, I get the right height but nothing in width.
    If I write Width: 75 and Height: 75, the result are not in proportions.

    Thank you !
    Bernard Morin

    #2
    This is fixed in 7.0.2 which has been on Beta for about a week. The shipping release is due very soon so it might be best to hang on another few days then upgrade.

    Here's the note from the fix log:-
    Images can now be displayed in the search results and only have their sizes restricted by one dimension rather than both. Ref: a_ss/188
    Norman

    PS as your search images would all be (say) the same height you could do this as a temporary fix.

    Edit Act_ResultsTemplate.html and change the line

    <IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE>

    to be

    <IMG SRC="NETQUOTEVAR:THUMBNAIL" height=75><!--NETQUOTEVAR:THUMBNAILSIZE-->
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thank you for the fast response !
      I tought it was a « bug »... but before asking I tried many (all) the possibilities...
      Bernard Morin

      Comment

      Working...
      X