New Landing How can we help? Themeforest Theme Support Joyn Team member image size issue

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Joyn
  • #174609
    Ed Bowes
    Member
    Post count: 89

    Hi all,

    I have an issue with the team member images as after uploading one in high-res it comes out a bit softened on my screen (mind you i’m using a 27 inch new mac so i’m probably viewing it on a 2560px x 1440px screen) but still it looks suspiciously lower quality then it should. What is the base dimension of a team member image, can someone tell me please and also how can i then control it with a media quiery to change it when encounters a retina display. So, basically what is the basic dimensions of a team member image required by joyn theme and the retina version of it as well. please help. Thanks!

    #174625
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    What is the url to your team member page?

    -Rui

    #174782
    Ed Bowes
    Member
    Post count: 89
    This reply has been marked as private.
    #174800
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes the images are resized. To change the values, go to plugins/swift-framework/includes/page-builder/shortcodes/team.php and find this:

     if ( $item_columns == "1" ) {
                    $item_class = 'col-sm-12';
                } else if ( $item_columns == "2" ) {
                    $image_width  = 540;
                    $image_height = 540;
                    $item_class   = 'col-sm-6';
                } else if ( $item_columns == "3" ) {
                    $image_width  = 360;
                    $image_height = 360;
                    $item_class   = 'col-sm-4';
                } else if ( $item_columns == "5" ) {
                    $image_width  = 360;
                    $image_height = 360;
                    $item_class   = 'col-sm-sf-5';
                } else {
                    $item_class = 'col-sm-3';
                }

    – Kyle

    #174867
    Ed Bowes
    Member
    Post count: 89
    This reply has been marked as private.
    #174870
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You need to edit via ftp or file manager

    – Kyle

    #174883
    Ed Bowes
    Member
    Post count: 89

    Oh, Ok thank you.

    #174884
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.