What are the image size limits for the Fb.ui feed?

I am using the Fb.ui feed and I am trying to find image size restrictions / requirements. Not all of my images appear using the feed, and I would like to know exactly what the image requirements are. This is poorly documented.

+6
source share
2 answers

I am sure that the open graphic rules apply:

The URL of the image that your object should represent inside the graph. the image must be at least 50 pixels by 50 pixels and have a maximum aspect ratio of 3: 1. We support PNG, JPEG and GIF formats. You can include multiple og: image tags to link multiple images to your page.

What is the size of the image you cannot post?

+5
source

From my testing, the maximum size is 320x320. It will keep your aspect ratio within these boundaries.

+1
source

Source: https://habr.com/ru/post/897629/


All Articles