Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1294576

    When I open your beautiful visual artist theme (https://kriesi.at/themes/enfold-visual-artist/) on my mobile phones it has different behaviors.

    On iOS (14.4.2) / Safari no background image is shown.
    On Android (5.0.1) / Samsung Browser the images are shown not fixed as background but as huge images.

    When I set the Background Attachment from Fixed (not showing) to Scroll or Parallax (behaving like Scroll on iOS), the image is there but without the nice effect.

    Please let me know how and when you are planing to fix this issue.
    It seems to be like https://kriesi.at/support/topic/critical-background-images-in-visual-artist-demo-not-visible-on-iphone/ from 2017.
    I would really appreciate to use the template on our new company website.

    Greets Tobias

    • This topic was modified 3 years, 7 months ago by tobiastoifl.
    #1295994

    Hey Tobias,

    Thanks for contacting us!

    Unfortunately, fixed backgrounds are not supported by mobile browsers.
    You can add following code to Quick CSS in Enfold theme options > General Styling to set background images to scroll on mobile devices

    
    @media only screen and (max-width: 1024px) {
    #top .avia-bg-style-fixed .av-parallax{
    	background-attachment: scroll !important;
    	background-size: cover !important;
        }
    }
    

    Best regards,
    Yigit

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