It happens that I have defined a meta tags to share a facebook post, everything goes well with the post; the detail is in that the image that I detail in the og: image is cut off when the post is done.
I've been searching and apparently you can use the options og: image: width and og: image: height
<meta property="og:image" content="{{ absolute_url( asset('http://xpertz.co/bundles/xpertz/assets/images/creative/facebook.jpg')) }}" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="520" />
<meta property="og:image:height" content="223" />
<meta property="og:url" content="http://www.xpertz.co/"/>
<meta property="fb:app_id" content="1416483605041456"/>
<meta property="og:type" content="article" />
<meta property="og:title" content="Xpertz" />
<meta property="og:description" content="¿Sabes si te están dando un salario justo? ¿Sabes cuanto deberías ganar? Xpertz te confirma totalmente gratis cuanto están pagando a personas como tú en el mercado. Regístrate y recibe tu estimado personalizado. #comunidadtransparente #Xpertz"/>
But I do not see any substantial changes in how the image is displayed.
Someone has had experience in this topic that can guide me, if I have to make the smallest image, it is currently 520 px X 220 approx.