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
keepImg | boolean | `false` | Keep `<img>` tag in it's default place after Jarallax inited.
262
262
elementInViewport | dom | `null` | Use custom DOM / jQuery element to check if parallax block in viewport. More info here - [Issue 13](https://github.com/nk-o/jarallax/issues/13).
263
263
zIndex | number | `-100` | z-index of parallax container.
264
-
disableParallax | RegExp / function | - | Disable parallax on specific user agents (using regular expression) or with function return value. The image will be set on the background.
264
+
disableParallax | boolean / RegExp / function | - | Disable parallax on specific user agents (using regular expression) or with function return value. The image will be set on the background.
265
265
266
266
### Disable on mobile devices
267
267
@@ -302,7 +302,7 @@ videoEndTime | float | `0` | End time in seconds when video will be ended.
302
302
videoLoop | boolean | `true` | Loop video to play infinitely.
303
303
videoPlayOnlyVisible | boolean | `true` | Play video only when it is visible on the screen.
304
304
videoLazyLoading | boolean | `true` | Preload videos only when it is visible on the screen.
305
-
disableVideo | RegExp / function | - | Disable video load on specific user agents (using regular expression) or with function return value. The image will be set on the background.
305
+
disableVideo | boolean / RegExp / function | - | Disable video load on specific user agents (using regular expression) or with function return value. The image will be set on the background.
0 commit comments