+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Resize by height

  1. #11
    nope, is not fixed in 4.2

  2. #12
    You can disable crop for thumbnails with one simple change:

    libs/upload/upload.php

    find code

    PHP Code:
    Only registered members can view the code
    and change

    PHP Code:
    Only registered members can view the code
    to

    PHP Code:
    Only registered members can view the code

  3. #13
    [QUOTE=Mike F.;7919]You can disable crop for thumbnails with one simple change:

    libs/upload/upload.php

    find code

    PHP Code:
    Only registered members can view the code
    and change

    PHP Code:
    Only registered members can view the code
    to

    PHP Code:
    Only registered members can view the code
    /QUOTE]

    we are spinning around the tail...we had the same issue with solution presented back to 4.0 and no complete solution
    this is the original image Penguins1.jpg
    and
    this is the resulted image 13873744491961204817_large copy.jpg

    Now, look at 2 websites from my country for instance
    http://www.tocmai.ro/anunturi/valcea.html or
    http://mercador.ro/oferte/

    do you see any white stripes added by the script when it has a portrait mode image (tall image)? YOU DON'T....

    So, why does this script doesn't know how to display tall images without adding white stripes? It ads a tall image into a wide container...This looks even great on colored background

  4. #14
    Ok ) Please try already suggested changes to remove white color filling.

    rlResize.class.php find code and remove or comment

    PHP Code:
    Only registered members can view the code
    White color made to make images to have same width and height, that is very necessary for photos gallery and thumbnails. If you don't need it its easy to remove with above changes.

  5. #15
    Quote Originally Posted by Mike F. View Post
    Ok ) Please try already suggested changes to remove white color filling.

    rlResize.class.php find code and remove or comment

    PHP Code:
    Only registered members can view the code
    White color made to make images to have same width and height, that is very necessary for photos gallery and thumbnails. If you don't need it its easy to remove with above changes.
    not working. instead of white stripes we have black ones....

    the script, as you have sean in the 2 website i've sent, should work with 2 formats: LANSCAPE and PORTRAIT
    your script knows just LANDSCAPE wich means that any portrait image is shown into a LANSCAPE container. Totaly wrong.
    Last edited by Petrache Nicolae; December 19, 2013 at 02:01 PM.

  6. #16
    Did you try changes as described here ?

    http://www.flynax.com/forum/showthre...=7813#post7813

  7. #17
    Quote Originally Posted by Mike F. View Post
    Did you try changes as described here ?

    http://www.flynax.com/forum/showthre...=7813#post7813
    nope. will give it a try and hopefully will work fine. thanks

  8. #18
    Quote Originally Posted by Mike F. View Post
    Did you try changes as described here ?

    http://www.flynax.com/forum/showthre...=7813#post7813
    not worked for me....Fatal error occurred, please look into the error logs or contact Flynax Support.

  9. #19
    I think you make mistake somewhere or maybe it just not compatible with your site for some reason, please check again you making the right changes.

    Also you can pm me place where i can check/try it (as i know you have several installations)

+ Reply to Thread