Tagged: enfold
-
AuthorPosts
-
November 2, 2015 at 12:26 pm #528360
Hi
I use AV Masonry Gallery with this option:
‘Flexible Masonry: All images get the same width but are displayed with their original height and width ratio’But I need same height not same width because I have vertical and horizontal orientation photos and their width relative to each orther ratio is 1:2. And with Flexible Masonry option the horizontal orintation photos are too small (because their width same like vertical photos but the original ratio is 1:2).
So how can I change the same width to same height but I would like to keep the photos original height and width ratio. So the crop etc is not possible.
Thank you
Best regards,
PeterNovember 2, 2015 at 3:54 pm #528550Hi Peter!
Not sure if that is going to be possible, http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/.
You can have them display with variable heights but the widths need to be the same so they fit into columns.
If you just want the all to display in their original sizes then perhaps just the regular image element would work. You can have them all float left.
Regards,
ElliottNovember 2, 2015 at 4:17 pm #528576Hi,
Yes, but use many image element is cumbersome for the admin users. Because they’d like load up many photos as blog post on each day.
I was hoping I find them easier solution.So isn’t it possible with Masonry Gallery?
Which element do you offer for me? Simple image or grid element?Regards,
PeterNovember 3, 2015 at 3:47 am #528955Hi!
Did you try the Perfect Automatic Masonry size settings?
Display a grid where most images get the same size, only very wide images get twice the width and very high images get twice the height. To qualify for “very wide” or “very high” the image must have a aspect ratio of 16:9 or higher
Regards,
IsmaelNovember 3, 2015 at 12:01 pm #529113Hi Ismael,
I tried but this option corp the images, and these copyrighted images so I haven’t corp these photos.
How can I turn off corp?
I attached two pictures about gallery with Perfect Automatic Masonry option.Thank you for your help
- This reply was modified 9 years ago by jambrikp.
November 5, 2015 at 4:42 pm #530927Hey!
try this code in Quick CSS:
.av-masonry-image-container { background: no-repeat; }
However WordPress does not know if it is a portrait or landscape picture, so I am not sure if it will be possible to not get cropped results for your masonry. You could also open your functions.php and adjust this line:
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry
Cheers!
AndyNovember 5, 2015 at 5:16 pm #530975Thank you… :) It’s complicate so I let go of this issue. :)
Best regards,
Peter -
AuthorPosts
- The topic ‘AV Masonry Gallery same height not same width’ is closed to new replies.