hi. here (1) i have big mansory pictures. http://imgur.com/vNzpYyx
how can i get this images in the mansory here also bigger? (2) http://imgur.com/2D8yZo7
Here the size works also perfect (3)
Only on the homepage is a problem with the mansory grid image size ;( Please help me with this. Thank you so much. I really love enfold!
Hi!
Thank you for using Enfold.
I checked the site but I don’t see any masonry element there. Did you use the post slider element instead?
Regards,
Ismael
Hey Ismael. Sorry my mistake – no mansory – blog posts :) http://imgur.com/nxGVram
Hi!
you can increase image size with this code in Quick CSS field:
img.attachment-square.wp-post-image {
width: 300px;
max-width: 300px;
height: 250px;
}
adjust it as needed.
Best regards,
Andy