Jump to content

Uneven thumbnail layout

Recommended Posts

Posted

Hello,

How can we build a posts collection page that have post thumbnails with an uneven width. Like the attachment picture.

Thanks in advance!

Screenshot 2024-01-28 at 3.44.13 PM.png

  • Replies 2
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Posted

This should work for you.

.image-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
}

.image {
  width: 100%;
  height: auto;
  object-fit: cover; /* Preserve aspect ratio */
}

 

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.