Large Image

This topic contains 17 replies, has 3 voices, and was last updated by  Stiofan O’Connor 6 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #397502

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    OK we got there in the end 🙂

    Maybe making your image max sizes slightly larger will result in the large image always being created (not tested) add this code snippet (you can install the code snippet plugin ) :

    
    
    add_filter('geodir_filter_media_image_large_width','_my_max_gd_image_size');
    add_filter('geodir_filter_media_image_large_height','_my_max_gd_image_size');
    function _my_max_gd_image_size($max){
        return '1050';
    }

    Let me know how it goes.

    Thanks,

    Stiofan

    #397505

    Moez Tharani
    Full Member
    Post count: 60

    Awesome, that worked. I just changed it to 1025 though. Thanks Stiofan!

    #397635

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Great! 🙂

Viewing 3 posts - 16 through 18 (of 18 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket