Tested tool guide
Tested browser tools
Checked August 16, 2026
What Social Media Image Checker does, with a checked example
Sharing a link posts more than the link: each network builds a card from your image and text, and each one crops your image differently. This tool renders that card the way the platform will, with the image cropped to the network's banner ratio and the title and description laid out beneath it, so you judge the image as shared rather than as designed. What most people get wrong: a square or portrait image silently loses its top and bottom, and any text placed near the edges of the artwork disappears before anyone sees the post.
Worked example
A concrete input and expected output from the current implementation.
Input
A 1080 x 1080 px square photo of a hiking trail with the words '10 FALL HIKES' near its top edge, shared with the title '10 fall hikes for beginners' and a three-sentence description.
->
Expected output
Three preview cards. Facebook and LinkedIn show the photo center-cropped to a 1.91:1 banner: a 1080 x 565 px band across the middle, with roughly 257 px removed from the top and bottom, so the '10 FALL HIKES' text near the top edge is cropped out. The title fits on one line; the description wraps and is cut off with an ellipsis. X renders the same photo in a wide-format large-image card (recommended 1200 x 675 px), where the square is cropped even harder.
A 1.91:1 crop of a 1080 px square leaves 1080 / 1.91 = 565 px of height, so (1080 - 565) / 2 = 257 px is trimmed from both top and bottom. The preview makes that arithmetic visible before you publish.