• Resolved krowchuk-dressage

    (@krowchuk-dressage)


    Hi,

    Is there any way to control or set the image size that is displayed on Facebook? As an example most of my featured images are 513p w x 655p h and then Nelio grabs the featured image and crops it to 470p x 250p – which results in the middle third or so of the image. Would like the entire image to display on facebook.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Aguilera

    (@davilera)

    Our plugin pulls your featured image without specifying any particular size, so I guess it’s your theme who’s giving us that size. If you’re interested in using a different image size, there’s a filter in our plugin:

    apply_filters( 'nelio_content_facebook_featured_image', false, $post_id )

    if you use this filter (see this post on how to use them), you can specify the specific image you want to use for every single post (using the $post_id provided by our filter).

    Thread Starter krowchuk-dressage

    (@krowchuk-dressage)

    Link missing, I think I found it though, posting it for others who might stumble across this need.

    Image Size Filter

    Plugin Author David Aguilera

    (@davilera)

    Link missing

    Oops, my bad! ??

    I think I found it though

    Yup, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Facebook Post, Featured Image Size’ is closed to new replies.