Image cropped when comparilhar on facebook

Asked

Viewed 359 times

1

Hi, I have a button to share on facebook the news from my site. It takes the correct image, the correct title and the correct description. But when the window appears in the news feed on facebook the image comes cropped appearing only a piece of the image. I’ve done enough research and can’t find anything that could help me.

I have it:

 <meta property="og:image" content="http://www.meusite/upload/noticias/thumbs/d6524bc2eb6956b3345fc4f401b2f182.jpg">
 <meta property="og:title" content="Titulo">
 <meta property="og:description" content="Descrição">
 <meta property="fp:app_id" content="xxxxx">

inserir a descrição da imagem aqui inserir a descrição da imagem aqui

first image is the window before sharing

second image is after I share.

  • 2

    How big is the image? the recommendation is that for image to be displayed perfectly both for desktop, mobile and tablet the ratio is 1.91 ex: 1200 627 if the image does not reach 400 209 facebook will redeem it to 154 154 or 90

  • the images are always bigger than what facebook says, they always have around 3000 x 1875 for more.

  • 3000 x 1875 ratio is 1.6. You can’t change the ratio to 1.91?

  • no, I am not in charge of uploading the image, is the direct user in the admin of the site.

  • I don’t really know, I think I can change with some php code, but then I don’t know.

  • first try to change the image resolution to 1.91 ratio. check if facebook will still cut the image.

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.