Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #392635

    Greetings,

    Now, normally, an issue like this would be incredibly easy to figure out for me. But for some reason, it’s just not working out.

    I require the featured image in single blog posts to be 1920 x 550. It currently generated a 1210 x 423 image for the featured image instead.

    I modified the following line in functions.php to reflect the size I wanted…
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
    to
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1920, 'height'=>550 ); // images for fullsize pages and fullsize slider

    I also adjusted the media settings in wordpress to be max width 1920px and max height 1030px.

    After removing the old image and then reselecting the featured image to upload (same pic with 1920×550 dimensions), the website is still generating / looking for a 1210×423 dimension picture. What am I missing here?

    Oh yeah, I cleared the WP cache and server varnish cache too.

    This is also a photography website, to regenerate pictures using a plugin would take ages. I want to just accomplish this on one blog post and then do it to the other 10 or so.

    Thank you.

    • This topic was modified 9 years, 9 months ago by cyrusis.
    #393397

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #394095
    This reply has been marked as private.
    #394111

    Figured it out! Thanks for the help anyway.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Having featured image sizing issues. Something isn't adding up.’ is closed to new replies.