css - Jquery jparallax yorigin not working -
i'm using jparallax on site http://www.nalacebu.com/ problem parallax in 3 boxes won't scroll vertically. works if open , close browser "source viewer" or re-size browser. works locally , it's on wordpress theme.
here's script:
jquery(document).ready(function(){ jquery('#parallax1 .parallax-layer1') .parallax({mouseport: jquery('#parallax1')},{xorigin: 'center'},{yorigin: 'center'}); });
Comments
Post a Comment