• Resolved minahark

    (@minahark)


    Hi! So, When I select this blog template, the featured image is cropped with no regard for its original aspect ratio. I tried modifying the img size on functions.php and while my changes work well for the smaller thumbnails, they do not work for this blog page template. I cannot find where the settings are that crop my image and spit out some weird code like height and witdth along with a mysterious alt tag…

    <img src="https://i0.wp.com/dev.yvanalytics.com/wp-content/uploads/2015/06/google-local-and-google-plus-integration-tutorial.png?zoom=1.5&fit=825%2C9999" alt="The Breakfast Combo" width="800" height="582" src-orig="https://i0.wp.com/dev.yvanalytics.com/wp-content/uploads/2015/06/google-local-and-google-plus-integration-tutorial.png?fit=825%2C9999" scale="1.5">

Viewing 4 replies - 1 through 4 (of 4 total)
  • Alexandra

    (@alexandrastan001)

    Hello,

    We have read your message and someone will answer your question as soon as possible.

    Best regards,
    Alexandra

    Hi,

    We use this code in functions.php:

    add_image_size( 'post-thumbnail-large', 750, 500, true ); /* blog thumbnail */

    So pretty much WordPress take cares of the size. ??

    Regards,
    Hardeep

    Thread Starter minahark

    (@minahark)

    @Hardep Thanks! I have exactly this on that line:

    add_image_size( 'post-thumbnail-large', 825, 1000, true ); /* blog thumbnail */

    And yet the theme crops the image to like 825×200 :S

    Thanks so much for your help. I appreciate any hints from the developers.

    Sorry for date reply. Is it working now? ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured image on "Blog Template with Large Images" page template’ is closed to new replies.