Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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,
    Peter

    #528550

    Hi 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,
    Elliott

    #528576

    Hi,

    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,
    Peter

    #528955

    Hi!

    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,
    Ismael

    #529113

    Hi 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.
    #530927

    Hey!

    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!
    Andy

    #530975

    Thank you… :) It’s complicate so I let go of this issue. :)

    Best regards,
    Peter

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘AV Masonry Gallery same height not same width’ is closed to new replies.