I'am thea newbie guy, and I want to make a simple view with simplyan image filedfield (in article nodes), that looks like this layout :
And for this, I don't want to use CSS rules to resize the view rows images, for two raisonsreasons :
- I am using bootstrap grid, and iI don't want to deal with relative heights, since images in articles have various sizes, so I prefer that this view do the image resizing for me.
- I want to learn this view trick without relaying on CSS tricks.
I tryedtried different tricks, like:
- importing the image filed twice, making each one in different image style, rewriting them (displaying them conditionaly) based on "view result counter", but putting a condion like {% if counter == 1 %} or like {% if counter == '1' %} don't work (i think it still an open issue).
- I tried also making some theme preprocess or theme hook alter altering to force a different image style for the first iteration, but like I said, I'm the newbie guy.
I'm soooooooooooooso frustrated because of such an easy task that looks so hard to me. Please
Any help me and thank you so much.?

