Posting side by side pictures on LinkedIn can be a great way to showcase before-and-after imagery, comparisons, or any images that complement each other. However, LinkedIn doesn’t have a built-in feature that allows you to easily post two images side by side. So how can you post side by side pictures on LinkedIn?
The good news is that there are a few straightforward workarounds that allow you to post side by side images on LinkedIn fairly easily. In this article, we’ll walk through the steps and best practices for posting side by side pictures on LinkedIn.
Use a visual editor to combine images
One of the easiest ways to post side by side images on LinkedIn is to use a visual editing tool to combine two images into one. Here are the steps:
- Choose the two images you want to showcase side by side and resize/crop them so they are the same size and orientation (horizontal or vertical).
- Open Canva, PicMonkey, Kapwing or a similar visual editing tool.
- Create a blank canvas and add your two images side by side with a little space in between them.
- Download the finished side by side image as one single JPG or PNG file.
- Upload this combined image file to your LinkedIn post or article.
By using a visual editor to combine your images beforehand, you can easily upload one image to LinkedIn that shows two photos side by side. Just be sure the finished file size isn’t too large.
Insert image HTML code
You can also add HTML image tags to your LinkedIn posts and articles to show two images side by side. Here’s how:
- Upload each of your two images separately to LinkedIn by attaching them when creating a post or article.
- Click the “HTML” formatting option when creating your post or article.
- For the first image, copy the image URL from the upload window and paste it into HTML image tags like this:
<img src="first_image_url" width="300" height="200">
- Add HTML paragraph or line break tags next to the first image code:
<p></p>
or<br>
- Repeat steps 3-4 for the second image using its URL.
This will insert both images side by side. You can tweak the image width and height parameters as needed. The paragraph or line break tag creates separation between the two images.
Use a table
Creating an HTML table is another option for showcasing images side by side on LinkedIn. Follow these steps:
- Upload your two images to LinkedIn.
- Click HTML formatting when creating your post or article.
- Add an opening and closing
<table></table>
tag. - Add table row opening and closing tags:
<tr></tr>
. - Within the row tags, add two table data tags, one for each image:
<td><img src="first_image_url"></td>
<td><img src="second_image_url"></td>
- Customize image width/height parameters as needed.
The table structure will position the images side by side within table data cells. You can add styling like border and spacing to make it look nicer.
Best practices
When posting side by side images on LinkedIn, keep these best practices in mind:
- Choose landscape orientation rather than portrait for best visibility.
- Make sure the two images are the same size and aspect ratio.
- Include a little space between the images for separation.
- Write a caption or short explanation of the side by side images.
- Optimize images for web by compressing file sizes.
- Use relevant hashtags like #beforeandafter or #comparison.
- Engage your audience by asking a question about the images.
Ideal uses
Posting two photos side by side can be very effective for:
- Before and after comparisons – Show improvements, progress, etc.
- Demonstrating a process – Show how a product is made or used step-by-step.
- Contrasting two options – Help viewers compare their differences.
- Spotting the difference – Highlight subtle changes between images.
- Progress over time – Illustrate change and growth.
- Mulitple views – Display front, back, side shots of a product.
Pick image pairs that complement each other and tell a compelling story or message to maximize engagement.
Image specs
To ensure your side by side images look great, follow these specs:
- Image width: At least 600 pixels, up to 1280 pixels
- Image height: No more than 720 pixels
- Landscape orientation
- Same aspect ratio (shape)
- File type: JPG or PNG
- File size: Under 5MB each
- Resolution: 72 ppi
Creating each image within these parameters will keep file sizes manageable while ensuring images are high quality and not blurry or distorted when viewed on LinkedIn.
Troubleshooting
If you run into issues posting your side by side images on LinkedIn, here are some troubleshooting tips:
- Verify the combined image or table HTML code is valid and correct.
- Check that image links point to the correct image URLs.
- Try compressing images more to optimize file sizes.
- If images overlap, add more margin or spacing between them.
- If images are distorted, resize and regenerate them.
- Use landscape orientation rather than portrait.
- Make image dimensions consistent.
Fixing any errors in your HTML or optimizing the image sizes and layout should help resolve most display issues when posting side by side pictures on LinkedIn.
Conclusion
While LinkedIn doesn’t offer a built-in side by side photo option, you can easily mimic this effect by combining two images into one using a visual editor, employing some simple HTML image code, or structuring images within a table. With the proper preparation, formatting, and optimization, you can smoothly display side by side pictures that engage your professional network and showcase your brand effectively.