Tagged: , , ,

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

    Hello guys,
    could you please help me with the masonry layout? I have no additional plug ins installed.
    running last version.

    The problem is that the images have full width, does not matter what masonry layout is chosen.
    please see bellow.
    masonry layout fullwidth

    #186420

    Hey mAqq!

    Did you solve the problem? I just visited your website and the images display fine for me: http://www.clipular.com/c?4691520619806720=-rJj5SOHSVWDmfNjdHwBkkxEd5I&f=.png

    Regards,
    Peter

    #186877

    Hello Peter,
    well not exactly. try to lower your screen resolution to 1680 * 1050
    Tomas

    #187034

    Hey!

    Have you tried changing the “Size Settings” a few times? Select the option that works. What is the “Size Settings” that you have right now?

    Cheers!
    Ismael

    #187162

    Hello,
    what do you mean by size settings? the masonry is set to max width 1210 and the images are standards about 300*300
    mAqq

    #187176

    the problem is somewhere here:
    #shortcodes.css
    line:1920
    @media only screen and (min-width: 989px) and (max-width: 1340px) {
    .responsive .av-masonry-entry{width:33.3%;}
    .responsive .av-masonry-entry.av-landscape-img{width:66.6%;}
    }

    while: stretched layout, max-width masonry set to 1210px;

    solution:
    @media only screen and (min-width: 989px) and (max-width: 1920px) {
    .responsive .av-masonry-entry{width:33.3%;}
    .responsive .av-masonry-entry.av-landscape-img{width:66.6%;}
    }

    • This reply was modified 10 years, 5 months ago by mAqq.
    #187798

    Hi!

    Is this the fix you used or are you asking if that is the fix? I’m not getting the same kind of issue on a demo install either locally or live so if its an issue that needs to be fixed in an update I’d like to test the same circumstances and debug it from there.

    Regards,
    Devin

    #187869

    hello,
    well, maybe you do, look at the masonry layout while W<768px
    i already solved my issue
    Tomas

    • This reply was modified 10 years, 5 months ago by mAqq.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘masonry layout full width images’ is closed to new replies.