Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Mobile issue for Catch Fullscreen free #160789
    Florian
    Participant

    I had the same problem. IOS has some problems with background-attachment and background-repeat rules…
    Adding the following css-rules fixed the problem for me:

    
    .header-media{
    	background-attachment: unset!important;
    	background-repeat: unset!important;
    }
    

    Best,
    Florian

    in reply to: Disable animated scroll for mobiles #160772
    Florian
    Participant

    Yeah, that is what I thought. Don’t worry, after some search in the js code I have found the corresponding option myself and have written a function to make it scroll normally if the website is viewed on mobile.
    Thank you anyway.

    Best,
    Flo

    in reply to: Disable animated scroll for mobiles #160626
    Florian
    Participant

    Hi,
    I don’t have the option that you are refering to.
    This is what I am seeing…
    options screen

    Best,
    Florian

    in reply to: Disable animated scroll for mobiles #160487
    Florian
    Participant

    The URL is: https://mozah.de

Viewing 4 posts - 1 through 4 (of 4 total)