Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [TASK] upgraded jarallax to 1.10.3. - Updated the javascript configuration for it. * [FIX] jarallax - better handling of http/https urls (https urls would break in Edge) * [TASK] jarallax - disable parallax-effect in Edge, since the effect generally lags and doesn't currently work in EdgeHTML17 (see issue #110 in github) * [FIX] Parallax grid-element: - changed attribute on parallax-video from data-jarallax-video to data-video-url. - changed javascript for parallax-video to use this field - removed css for parallax that overwrote the background-image (the js of jarallax takes cares of this) - we can't disable parallax for Edge on video-elements without also disabling the video, so enabled it again (compared to images it does seem to work in latest Edge) - compileLess, compiledCss * [TASK] removal of console.log * [TASK] removal of console.log
- Loading branch information