Geoffrey SIGNORATO

Results 37 comments of Geoffrey SIGNORATO

It should work on picture tags. Could you please share a Codepen with proper HTML and no PHP so it's easier to find what is wrong here.

Could you please share the JS code that you are using to init simpleParallax?

Hey, Maybe there are an issue with the Intersection Observer. Can you post a codepen or something similar so i can have a look? Thanks.

Sorry for the lateness, i'll try to find some time to look at this one.

At the moment simpleParallax is initializing, it will check that every image is loaded. The non-visible images of the carousel are loaded but hidden because of a parent opacity 0....

Still having the issue `import 'materialize-css/js/cash.js';` `import 'materialize-css/js/component.js';` `import 'materialize-css/js/global.js';` `import 'materialize-css/js/anime.min.js';` `import 'materialize-css/js/modal.js';` `$(document).ready(function() {` `$('.modal').modal();` `});` This error: `app.js:14686 Uncaught ReferenceError: Component is not defined` ` at app.js:14686`...

I use Webpack to bundle the JS, maybe the issue is linked to this? I tried to import all modules such this: ``` import 'materialize-css/js/cash.js'; import 'materialize-css/js/component.js'; import 'materialize-css/js/global.js'; import...

Did you import jQuery, something as follow: `window.$ = window.jQuery = require('jquery');`

I have done what you said, but I get the same error. ``` app.js:17024 Uncaught ReferenceError: Component is not defined at app.js:17024 at Object. (app.js:17384) at __webpack_require__ (app.js:20) at Object....