dixonandmoe / rellax

Lightweight, vanilla javascript parallax library
https://dixonandmoe.com/rellax/
MIT License
7.04k stars 880 forks source link

Breakpoints #220

Closed rburch closed 3 years ago

rburch commented 3 years ago

I'm trying to apply Rellax for mobile from 650px and below, but it doesn't seem to be working.

Here's my code. I can't tell if I'm just not understanding something or if it's not working.

<script> //default JS Setting var rellax = new Rellax('.breakpoint', { breakpoints:[650] }); </script>