-
AuthorPosts
-
November 7, 2013 at 4:04 pm #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.
November 9, 2013 at 8:43 am #186420Hey 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,
PeterNovember 11, 2013 at 3:47 pm #186877Hello Peter,
well not exactly. try to lower your screen resolution to 1680 * 1050
TomasNovember 12, 2013 at 1:12 am #187034Hey!
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!
IsmaelNovember 12, 2013 at 10:04 am #187162Hello,
what do you mean by size settings? the masonry is set to max width 1210 and the images are standards about 300*300
mAqqNovember 12, 2013 at 11:28 am #187176the 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 11 years, 12 months ago by
mAqq.
November 13, 2013 at 3:59 pm #187798Hi!
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,
DevinNovember 13, 2013 at 5:51 pm #187869hello,
well, maybe you do, look at the masonry layout while W<768px
i already solved my issue
Tomas-
This reply was modified 11 years, 12 months ago by
mAqq.
-
This reply was modified 11 years, 12 months ago by
-
AuthorPosts
- The topic ‘masonry layout full width images’ is closed to new replies.
