Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #981472

    Hello,
    on Android phone the masonry gallery is jerking. Everytime you scroll the middle border is moving a bit.
    You can see it on my video (private). It doesn´t happen on iPhone.

    Best,
    Marc

    #981836

    Hi Marc,

    Thanks for the video, which browser are you using to get those results?

    Best regards,
    Rikard

    #981881

    Hi,
    this is Android 8.0 with Chrome browser.

    Best,
    Marc

    #983199

    Hi,

    Have you added any custom code into the Custom CSS?

    Best regards,
    Basilis

    #983256

    Hi,

    yes but just these lines about “masonry”:

    .av-masonry-entry .avia-arrow {
    	display:none;
    }
    
    .avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content {
    	opacity:0.6;
    }
    
    .av-inner-masonry-content {
    	padding: 8px 12px!important;
    }
    #983907

    Hi,

    Thanks for the update.

    This thread might help.

    // https://kriesi.at/support/topic/masonry-element-flickering-on-load-more/#post-969885

    Best regards,
    Ismael

    #984059

    Thank you, but doesn´t work. Because for me the problem is not with the “load more” function (I´ve disabled this) but just when scrolling over masonry…

    #984402

    Hi,

    Thanks for the update.

    It seems to be occurring when the scrollbar is visible. Please try this css code.

    .av-masonry-container {
        width: 101%;
    }

    Your portfolio looks awesome! :)

    Best regards,
    Ismael

    #984610

    thank you, that works fine now!

    Best,
    Marc

    #984943

    Hi Marc,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #985034

    Hi Marc,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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