Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #433357

    Hi guys,

    We want to use the Perfect Masonry (automatic of manual) for blog items.
    We noticed that the images are not being displayed in total/full, instead the bottom part gets ‘cut off’. Because the <figcaption> is being placed on top of the image instead of below the image.

    How can we correct this?

    Hope you can help us with this.

    #433919

    Hey hotspot!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #440284
    This reply has been marked as private.
    #440775

    Hey!

    I’m not sure I understand how you want the perfect masonry to look instead? Since all the posts are the same height there will always be loss of image data unless you use images of the same size. Maybe you could provide us with a mockup/screenshot of how you would like it to look?

    Best regards,
    Rikard

    #443696
    This reply has been marked as private.
    #445822

    Hi!

    you can adjust image size a little bit with this code:

    .av-masonry-image-container {
    background-size: 100% 100%; 
    }
    

    but unfortunately I don’t think it’s possible to move the captions below the image, because with the following code automatically you would effect those big caption elements without an image:

    .main_color .container .av-inner-masonry-content {
    bottom: -25px;
    }
    

    So I think it would require a heavy customization on the theme and would considered to be custom work. You could find someone who can help you here.

    Best regards,
    Andy

    • This reply was modified 8 years, 10 months ago by Andy.
    #445891

    Hi Andy,

    Thanks for your anser.

    I simply dont understand why it is working with the ‘Masonry flexible’ and it is not with the ‘Masonry (Perfect Automatic Masonry) ‘.

    Can you explain this?

    #447752

    Hi!

    well, both the Masonry flexible and Masonry (perfect automatic) are working fine, they just have both different behaviors. If you don’t like the behavior or wish another one, you could request a feature request.

    Regards,
    Andy

    • This reply was modified 8 years, 10 months ago by Andy.
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.