Image grid rendering

Hi Ghost Community,

I need some help with figuring out a way to have my feature post display in a grid format (2 rows and 3 columns) I was looking at the ways of doing it using the foreach method but I am just confused how to just have the feature post image only just be displayed.

Thank you in advance

Henry

Is there a limitation (e.g. only the first column or row) to this? If not, you can start with:

{{!-- post context --}}
<img src="{{img_url feature_image}}" alt="{{title}}" />
2 Likes

awesome it worked thanks vika!!