wagerfield / parallax

Parallax Engine that reacts to the orientation of a smart device
http://wagerfield.github.io/parallax/
Other
16.47k stars 2.14k forks source link

Uncaught ReferenceError: Parallax is not defined #320

Closed harnishdesign closed 6 months ago

harnishdesign commented 2 years ago

I have used parallax in home page and it is working fine. but, Does get error as below in console for other inner pages.

screnshote

theme.js file.

window.onload = function () { 
    var scene = document.getElementById('scene');
    var parallaxInstance = new Parallax(scene);
}
reneroth commented 6 months ago

The library javascript file is not included in the page you're getting this error, but only on the home page, it seems.