Is there a way to show reel posts as vertical instead of square?

I know I can hashtag reels and include only them in a feed… But can I make my grid display vertical (like a reel) rather than square (like a picture)? I don’t see an option to do anything other than a grid of squares.

1 Like

Hi @Dan_Macaulay :wave:

This code should help:

.eapps-instagram-feed-posts-item-image-wrapper {
  padding-top: 150% !important;
}

.eapps-instagram-feed-posts-item-image {
  height: 100% !important;
  object-fit: cover;
}

Please add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if you like what you see :slightly_smiling_face: