You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.) Add Offset field using @albertski's Javascript. Instead of allowing entered value, add levels like we did for Speed and Overlay.
2.) Bypass the Parallax on Mobile. Add instructions in the UI, and add this to the Javascript?
var ismobile = /Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)
if (ismobile){
// bypass parallax effect
}
Black background at the bottom.
The text was updated successfully, but these errors were encountered: