I have tested image blocks with parallax enabled on mobile Safari and Chrome and the images are not responsive. They either disappear or are zoomed in considerably.
Please see www.jamesheckman.ninja
Custom class for 'About' block is "small-section bg-gray-lighter pt-10 pb-10"
Under the 'Team' block the custom class is "small-section bg-dark"
Under 'The Work' block the custom class is "small-section bg-gray-lighter pt-10 pb-10"
All 3 blocks have parallax enabled and are set to 'Section Content'.
Thank you
Hi,
Could you send us your site url, admin and FTP accounts (forum link as well) via email; [email protected]?
We would like to have a check.
We checked and suggest you to try this way:
Go to sites\all\themes\md_bigstream\js\front - file bigstream-custom.js
find line 810, add the following code:
parallax_init();
into
$(window).resize(function(){
});
Sorry it was my typo error,
Please go to sites\all\themes\md_bigstream\js\front - bigstream-custom.js
find line 810, add the following: parallax_init();
into
it will become: