Portfolio Featured Image Full Size

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Portfolio Featured Image Full Size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7718
    zoodc
    Member

    Currently, the featured image on the portfolio entry page image shows a thumbnail and it’s cut off. Is there a way to grab the actual ‘whole’ image rather than the thumbnail?

    Similarly, can it be done for the portfolio snippets?

    Here’s an example: http://dev.bwcommunicator.com/portfolio/commercial-property-valuation/

    The original call to the image:

    <img class="featured thumbnail full-1c" src="http://dev.bwcommunicator.com/wp-content/uploads/2014/07/commercial_real_estate-1140x500.jpg" alt="Commercial Property Valuation" title="Commercial Property Valuation">

    What would be ideal and looks right:

    <img class="featured thumbnail full-1c" src="http://dev.bwcommunicator.com/wp-content/uploads/2014/07/commercial_real_estate.jpg" alt="Commercial Property Valuation" title="Commercial Property Valuation">

    #7744
    Ernesto
    Member

    Hi! Could you please send us a temp user to your website so we can check how the code is being produced??

    Cheers!

    #7794
    Raghavendra
    Moderator

    Try changing the image_size parameter to the shortcode to various possible values (Can be mini, small, medium, large, full, square) and see if any of them meet your need. More details in the documentation of the theme.

    #7807
    zoodc
    Member

    I figured it out. There’s a call in framework.php for “full” size that it resizes it to some obscure value called slider-thumb. I’ve changed the slider-thumb value to the true size of the image and it’s working.

    Thanks.

    #7836
    Raghavendra
    Moderator

    Great. Thanks for letting us know!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Portfolio Featured Image Full Size’ is closed to new replies.