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.
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
Hello Peter,
well not exactly. try to lower your screen resolution to 1680 * 1050
Tomas
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
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
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%;}
}
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
hello,
well, maybe you do, look at the masonry layout while W<768px
i already solved my issue
Tomas