New Landing How can we help? Themeforest Theme Support Joyn Portfolio Thumbnails Height is Cropped

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Joyn
  • #140609
    ginhim
    Member
    Post count: 40

    Hello,

    The portfolio thumbnail heights keep cropping on the homepage. All of the sizes are wrong. I couldn’t seem to find an area where I can manually input the heights of the thumbnails to stop this from happening. Is there anyway to fix this issue?

    Thanks

    #140694
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You need to edit the values for the image sizes on line 343 in sf-portfolio.php which is located in Joyn/swift-framework/content

    – Kyle

    #140801
    ginhim
    Member
    Post count: 40

    Hey there,

    That didn’t work.

    My thumbnail jpgs are this size:
    • 4/3 – Wide Tall – 1000px x 750px
    • 4/3 – Tall – 375px x 750px
    • 4/3 – Wide – 1000px x 375px
    • 4/3 – Standard – 500px x 375px

    The Multi Size Masonry Ratio is set to 4/3

    The code in the php file says this:

    if ( $display_type == “multi-size-masonry” ) {
    if ( $multi_size_ratio == “4/3” ) {
    if ( $multi_size == “wide-tall” ) {
    $thumb_width = 1000;
    $thumb_height = 750;
    } else if ( $multi_size == “tall” ) {
    $thumb_width = 375;
    $thumb_height = 750;
    } else if ( $multi_size == “wide” ) {
    $thumb_width = 1000;
    $thumb_height = 375;
    } else if ( $multi_size == “standard” ) {
    $thumb_width = 500;
    $thumb_height = 375;
    $video_height = 375;

    Do you have any other ideas to get this feature to work?

    I don’t understand why the images are stacking the way they are as well with all the gaps. I would have thought that the large tile would sit to the left, then the two standard tiles and tall tiles could sit to the right with now gaps.

    #140842
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It seems fine to me, the reason there are spaces is because you only have 4 portfolio items

    – Kyle

    #140844
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’ve reordered your portfolio items to clean up the layout

    – Kyle

    #140857
    ginhim
    Member
    Post count: 40

    The problem is with the tall and the wide tiles. The images inside the tiles crop, like you can’t see the whole product.

    #140862
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I believe they crop from the top of the image

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register