Hello,
what are the best dimensions of images for Masonry Portfolio like on Enfold demo?
– http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
And why hover effect in Firefox is not nice anymore?
In Chrome and Safari looks good.
Hey bogosavljev!
Thank you for using Enfold.
All images in the portfolio demo are 988x642px in dimension. The Size Settings used is Perfect Manual Masonry.
Best regards,
Ismael
Hey!
Images you uploaded are not very sharp – http://dev.bogosavljev.com/wp-content/uploads/2011/12/peacockvineyard_home22-705×274.jpg
Please try uploading them in bigger size/higher resolution.
Best regards,
Yigit
Problem was in Enfold function.php, I have to add in my function.php in child theme this code to keep proportion when image is uploaded:
function ava_image_sizes() {
remove_image_size('masonry');
}
add_action( 'after_setup_theme', 'ava_image_sizes', 1 );
So, now all images are nice and sharp :)
Close this topic.