Portfolio Page – Featured Image "Stretched"

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Portfolio Page – Featured Image "Stretched"

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11728
    RickG
    Member

    The Portfolio featured images on the Home Page are just as expected.

    However, when viewing a single Portfolio page, the featured image at the top of the post is scaled to an odd size (scaled to 844px × 450px). I’ve read through a number of posts but cannot seem to find where to correct this.

    The image is called from single-portfolio.php and here is the code:

    <?php
    $args = mo_get_thumbnail_args_for_singular();
    mo_thumbnail($args);
    ?>
    #11729
    RickG
    Member
    This reply has been marked as private.
    #11748
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .single img.featured {
    width: auto;
    }
    
    #27891
    Chris Beukenkamp
    Participant

    I tried the above code in the custom CSS. Nothing changed.
    All of my posts have VERY stretched thumbnails on the BLOG page as well as the single page. Examples:
    http://friendsofpritzker.org/blog/
    and
    http://friendsofpritzker.org/2017/10/18/next-fop-meeting-1023-monday/

    Please help.

    #27902
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    .single-post img.featured {
        width: 50%!important;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.