+ Reply to Thread
Results 1 to 9 of 9

Thread: Can I change thumbnails?

  1. #1

    Can I change thumbnails?

    Hello everyone,

    In search results, I would like to customize how the listings appear in grid view, everything is ok so far except i need to make the size of thumbnails bigger.
    I tried to change the width of .photo parameter in the style sheet but the image distorted.
    How this can be performed? so I can change 126x96 px size to higher/lower ratio?

    thank you,

  2. #2
    Hello Ammar,

    You can try to change it yourself through ftp.
    Open file: ftp://templates>>general_modern>>css>>style.css find class at line ~820

    Code:
    Only registered members can view the code.
    and remove line 'width: 62px;'. Save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    thanks Victor,
    I'm in grid view, div#listings div.list td.photo img, changes nothing.

    this parameter effected the image
    div#listings div.item td.photo img

    but the thumbs distorted.. i tried adding new listings with higher resolution images but it is the same.
    Its like the thumbnails by defualt are small when adding width value it is magnified.

    I need to regenerate bigger thumbs, I think it is somewhere within
    \libs\upload\jquery.fileupload-ui.js

    but still not able to figure it out

  4. #4
    Hello Ammar,

    Please don't touch \libs\upload\jquery.fileupload-ui.js

    Go to: ftp://templates>>general_modern>>css>>style.css find class at line ~820
    find this code:
    Code:
    Only registered members can view the code.

    and replace to:
    Code:
    Only registered members can view the code.
    save and then clear cache for your browser and then refresh search page.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Hello Viktor,

    Unfortunately it is not working.
    When I add images to my listing, right after been uploaded to
    /files/subfolder/ad#
    the thumbs size created 120x90 px.. well, I want the size of the created thumbnails is 220x165 px.

    In other words, during creating new listing, at add images step, the images I add is saved into /files/ folder in 2 versions, the original size and the thumb size which is 120x90 px. I want the created thumb version to re-size to another size/dimensions other than 120x90px. thus when I switch to grid mode (which I changed to be the default) the thumbs looks bigger and not distorted.

  6. #6
    Hello Ammar,

    Please check my screenshots on search results page with style and after remove it.
    Attached Images Attached Images
    Last edited by Viktor; April 21, 2015 at 12:16 PM.
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    thats right, but unable to make that happen in Grid view. I have it changed the view to be by default in Grid view (in the offline version of the website).
    Kindly see these screen shots
    now.jpgsupposed_to_be.jpg

  8. #8
    Hello Ammar,

    For grid view change there:

    same file: ftp://templates>>general_modern>>css>>style.css find class at line ~704

    div#listings div.item td.photo img

    and add "width: 196px;" save and refresh page again.
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    thanks Viktor

+ Reply to Thread