Here's a step-by-step guide on how to add a photo thumbnail gallery to your Blogger post — perfect if you want to showcase multiple travel or hiking photos in a neat, clickable format!
✅Option 1: Using Blogger's Built-in Layout
- Create a New Post or open an existing one.
- Click on the "Insert Image" icon from the toolbar.
- Upload all your photos at once (hold Ctrl or Cmd to select multiple).
- Once inserted, Blogger will display them in a grid, but here’s the trick:
- Click on each image and choose "Small" or "Medium" size.
- Then align them side-by-side by selecting "Left" or "Center" alignment.
- You can manually adjust spacing to simulate a gallery look.
📝 Note: This method works best if you're inserting 2-4 photos side-by-side.
✅Option 2: Using HTML (for better gallery styling)
Here’s a basic HTML thumbnail gallery you can paste in your Blogger post:
<div style="text-align: center;">
<a href="FULL_IMAGE_URL_1" target="_blank">
<img src="THUMBNAIL_IMAGE_URL_1" width="150" style="margin:5px;" /></a>
<a href="FULL_IMAGE_URL_2" target="_blank">
<img src="THUMBNAIL_IMAGE_URL_2" width="150" style="margin:5px;" /></a>
<a href="FULL_IMAGE_URL_3" target="_blank">
<img src="THUMBNAIL_IMAGE_URL_3" width="150" style="margin:5px;" />
</a></div>
✅ Option 3: Use Google Photos Album Embed (Quick & Clean)
- Upload your photos to a Google Photos Album.
- Open the album > Click the Share icon > Get a shareable link.
- Use a third-party tool like Embed Google Photos Album to generate embed code.
- Copy the HTML code and paste it into your Blogger post using the HTML view.
- Keep your thumbnail size consistent for a cleaner look.
- Always link thumbnails to full-size images or albums if your readers want to see more.
- Use alt text for SEO and accessibility (example: alt="Mt. Pico de Loro Summit").
0 Comments:
Post a Comment
Thank you for reading! Please share and like my Facebook page :)