Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html Facebook链接共享图像被扭曲_Html_Facebook - Fatal编程技术网

Html Facebook链接共享图像被扭曲

Html Facebook链接共享图像被扭曲,html,facebook,Html,Facebook,我有一个网站,并添加了适当的og元标签。Facebook调试工具()甚至显示了正确的og:image。但由于某些原因,链接共享的预览被扭曲了。当我粘贴链接时,当我编辑一篇文章时,它看起来不错,但是它只显示图像下半部分的放大部分 有什么想法吗?我不知所措 <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title data-ng-bind-template="{{

我有一个网站,并添加了适当的og元标签。Facebook调试工具()甚至显示了正确的og:image。但由于某些原因,链接共享的预览被扭曲了。当我粘贴链接时,当我编辑一篇文章时,它看起来不错,但是它只显示图像下半部分的放大部分

有什么想法吗?我不知所措

<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title data-ng-bind-template="{{ vm.getPageTitle() }} - Still Memories Photography">Home - Still Memories Photography</title>
<meta name="description" content="Still Memories Photography. Portrait and wedding photographer located in Arvada Colorado.">
<meta name="viewport" content="width=device-width initial-scale=1 maximum-scale=1 user-scalable=no">
<meta property="og:image" content="http://www.stillmemories.photography/Images/Assets/liasnow.jpg">
<meta property="og:title" content="Still Memories Photography">
<meta property="og:description" content="Portrait and wedding photographer located in Arvada, Colorado.">
<meta property="og:url" content="http://www.stillmemories.photography">
<link href="/Content/css?v=E9KngqeJrvXl3d3KXxzuuUi9weaFZmoTKRiDWp8qamI1" rel="stylesheet">
</head>

家庭静物记忆摄影

解决方案是使用更大的图像。Facebook推荐的最小像素为50x50,远远超过了我的(我的是321x220)。但无论出于什么原因,它认为这是小的,并把它远远超出了比例。确保使用大图像。

不知道从何处获得的50x50像素–但最小图像大小已经是200x200像素很久了。