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

    I noticed that setting the background to Parallax doesn’t work on mobile. How to solve this problem.

    #1246322

    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

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