Hey there,
I’m trying via css to change the ratio of the recent post (now is like 16:9, but I want it 1:1) image this way:
http://www.pontrad.com/wordpress/tiemmeci-test/it/quadrotte/
.recent-quadrotte .x-recent-posts-img{
background-size:contain;
}

What I obtain is displayed on the attachment. How can I make the background squared and full size?
Thank you in advice.

