Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #522699

    Any thoughts on why the images from the masonry gallery are cropped this way would be appreciated :)
    Thank you guys!

    #522701

    Hi Justin!

    May we have temporary access to your website so we can take a closer look at your masonry settings?

    Cheers!
    Dake

    #522703

    Hey Dake!!

    #522709

    Hi!

    Thank you for the login details :)

    Please try inserting the below css into your custom css section:

    .av-1px-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
        min-height: 300px !important;
    }

    Best regards,
    Dake

    #522728

    Hmm, still doesn’t appear quite right.
    See the 3rd one down….half cropped. :/ Thoughts?

    Thanks Dake

    #523497

    Hi!

    They are actually covered by the masonry content. Try to increase the height of the masonry items with this:

    @media only screen and (max-width: 767px) {
    .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
        padding-bottom: 150%;
    }
    }

    Adjust the bottom padding as you like. Hard refresh the page aftewards.

    Cheers!
    Ismael

    #524235

    Help me out guys. Ipad rendering: http://godisalwaysfaithful.com/ipad.jpg
    Thanks!

    #525385

    Hi!

    Adjust the css media query coverage:

    @media only screen and (max-width: 1024px) {
    .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
        padding-bottom: 150%;
    }
    }

    If it is a retina display, use this:

    @media 
    (-webkit-min-device-pixel-ratio: 2), 
    (min-resolution: 192dpi) { 
        .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
        padding-bottom: 150%;
    }
    }

    Adjust the value if necessary.

    Cheers!
    Ismael

    #525528

    Thanks Ismael,
    do I have to depend on the client cropping all photos to be the EXACT same size in order for this to appear balanced? Take a look at your iPad to understand what I am saying….the image to the far right has a different height. Thanks!

    #526070

    Hi!

    The content or the excerpt of the first and second items is a bit longer than the third item. It has nothing to do with the image. I checked the site but the code we suggested is not there so we added it in the Quick CSS field. Adjust the values if necessary.

    Cheers!
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.