Show Featured Image with crop in index.php

0

I am programming this link link and I need to solve this structure since 1 in every 4 squares has a picture that is practically doubled the size of the other images.

I know more or less the solution, I do not know how to program to get the result but I think the best way is to center the image in the horizontal and vertical and to make a crop of it. / p>

Could some plugin help me accomplish this task?

    
asked by anonymous 01.09.2014 / 01:06

1 answer

0

1) Create a second css for the div (for the highlight)

2) Change the loop to include a counter

3) Within the 4-in-4 loop, use the second div css for the output.

    
05.10.2014 / 16:58