Okay
  Public Ticket #982307
Images Not Showing on Mobile
Closed

Comments

  •  2
    cdmisterek started the conversation

    Since the upgrade whenever the site is on a mobile device the image layers do not show up. I imagine it's because you've taken them out due to parallax issues. However, I'd like to keep them in. 

    There is CSS, .ls-parallax, .ls-z, that has width: 0px. When I edit this out the images show up. 

    Please advise

  • [deleted] replied

    Hey cdmisterek,

    This should not happen with the recent release. Could please show us an example of this ? A test page where we can check it ? As I can see there is no slider added to the url you provided: http://moderndayagents.com

  •  2
    cdmisterek replied

    The url is http://yourmoderndayagents.com

    It should be right on the home page and I just updated to the latest version and the problem still persists.

  • [deleted] replied

    I can see the slider now. I have also checked it on mobile but the slider appears to be the same for me as on desktop. The background and layers are loading correctly on my end.

    On what device/browser/OS do you experience this problem exactly ?

  •  2
    cdmisterek replied

    It's on all mobile devices

  • [deleted] replied

    Currently I'm testing your site on an android device and as I've mentioned the images are being displayed for me properly, see attachment. Please specify the device/browser/OS you are using so we can look into this further.

  •  2
    cdmisterek replied

    all iOS devices

  • [deleted] replied

    We were able to reproduce and locate the problem on iOS. 

    It is caused by the custom CSS rule that you have applied on the slider: .ls-wrapper.ls-in-out img { width: 100% !important; }

    You will need to remove this CSS rule and set the image sizes in the admin to solve the issue.