1
I’m developing a new website here from the company http://teste.softlove.us/
And everything is working (effects and sizes), I’m using Bootstrap and jQuery, except in mobile that in Home and About Us has the Parallax effect.
The same does not work on any mobile device... someone can help me ?
/* formata elementos que tem backgrounds parallax */
.bgParallax {
color:#FFF;
margin: 0 auto;
width: 100%;
max-width: 1920px;
position: relative;
min-height: 1000px;
background-position: 50% 0;
background-attachment: fixed;
}
/* Define backgrounds dos divs */
#quemsomos {
background-image: url(http://teste.softlove.us/assets/img/home/bg_usa2.png);
}
<div id="quemsomos" class="bgParallax" data-speed="15">
<p>EXEMPLO</p>
</div>
The problem is that by testing the browsers in the resolution of the mobile device x it appears to work. But when testing on the device nothing happens :(
What can cause this?
I checked that the effect Parallax is working on your site. I accessed by an iphone 5. As you did?
– Itallo
I used without js, I made in the nail the effect in css
– Rafael Rotiroti
What solution did you use? Could you show it?? Pfv haha
– Giancarlo Soldera Graziano