Tagged: blurry images, masonry blog
Hi, i’m using the masonry blog element and the featured image of all post looks with a little blurry.
How con i fix it?
http://www.pando.es/galeria-de-clientes/
Thanks,
Hi Marc!
I think your talking about the opacity. Try adding this to your custom CSS.
figure, figure * {
opacity: 1 !important;
}
Cheers!
Elliott
ok thanks!