查看Facebook我注意到,圖像大小從100x100到300x300(在某些情況下更大)不等。我意識到可以使用Open Graph完成其中的一些操作,但是當我從我的站點爲照片指定圖像大小時,它會拍攝照片並將大小縮小到較小。這是可以的,因爲圖像尺寸最初是620x541,但它將其縮小到非常小的尺寸(大約100x100),這使得圖像上的文本非常難以閱讀,並且在某些情況下圖像惡化,看起來像一個非常糟糕照片。Facebook - 指定圖片尺寸?
爲什麼它和它是如何,一些照片是300x300(粗略)但FB把我的形象縮小到一個更小的圖像?我已經使用OGP來指定我想要拉的圖像,但有沒有辦法告訴FB不要將圖像縮小到一定大小以下?這是我的OGP我用我的形象:
<meta property="og:title" content="My Title" />
<meta property="og:type" content="article" />
<meta property="og:url" content="URL Path" />
<meta property="og:image" content="Image File Path" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="620" />
<meta property="og:image:height" content="541" />