 
	
		Tagged: background, parallax
I noticed that setting the background to Parallax doesn’t work on mobile. How to solve this problem.
Hey creativeopole,
Thank you for the inquiry.
This is actually the intended behavior; parallax effect is disabled on mobile devices by default. The script can be found in the js > shortcodes.js file around line 261:
	if(_self.isMobile)
			{
				return; //disable parallax scrolling on mobile
			}
Best regards,
Ismael
