Michael Pumo
Michael Pumo
This is what I had to do; save a reference to Skrollr on the window (dirty, oh so dirty!): **JavaScript** ``` // Test here to check if on desktop /...
If you place images in public folder like so: `public/example.png` and reference with absolute path `img(src="/example.png")` then this seems fine. Obviously not always ideal.
I did a little more digging and I think it may be an issue in combination with Vue's reactivity and not directly Supabase afterall. You may see something similar with...
I think it's actually better to set the opacity rather than display none because it will keep the controls interactive. If you set display none...then seeking through the progress bar...
I have to echo what @icarusgk said, that script should default to JS. ```vue ``` ...is clear to me.