Jarallax Versions Save

Parallax scrolling for modern browsers

v1.12.1

4 years ago
  • DEPRECATED Elements extension for Jarallax. Use laxxx instead https://github.com/alexfoxy/laxxx
  • added support for video error event (display image when error)
  • added poster attribute for self-hosted videos
  • fixed video background playing when disabled parallax only
  • removed rafl dependency. Use native requestAnimationFrame instead

v1.12.0

4 years ago
  • added support for scrollable parents
  • removed resize observer support (should work without it)

v1.11.1

4 years ago
  • fixed imgSrc option in JS initialization without actual <img> tag

v1.11.0

4 years ago
  • added support for complex background-image constructions (#112)
  • added video lazy loading (#144)
  • fixed image jumping on mobile devices because of floating address bar while scrolling (#147)
  • fixed block background image removal when used Elements extension (#137)
  • removed fallbacks for deprecated options. Make sure you don't use the following:
    • data-jarallax attribute with object options inside
    • noAndroid and noIos options

v1.10.7

5 years ago
  • added videoLoop option (enabled by default)
  • updated video-worker dependency (YouTube loop flash fix)

v1.10.6

5 years ago
  • fixed image height calculation when blocks height > window height (#122)

v1.10.5

5 years ago
  • fixed Vimeo autoplay on mobile devices (updated video-worker)

v1.10.4

5 years ago

v1.10.3

6 years ago
  • fixed IE11 Promise is undefined (#101)

v1.10.2

6 years ago
  • added VideoWorker globally (fallback for old jarallax versions)
  • added types field in package
  • updated video-worker package