Thiago Rossener

Results 6 issues of Thiago Rossener

**Quick fix:** Add the baseUrl before `/search.json` in the `simpleJekyllSearch.js` file. **TO DO:** 1. Add a hidden input in all layouts with the baseUrl 2. Make `zmain.js` get the baseUrl...

bug
v4

## Expected Behavior Contentful.js SDK works with Nuxt3 when building for production. ## Actual Behavior When creating a plugin to use Contentful: ``` import * as contentful from "contentful"; ```...

Create a demo page using [TailwindCSS](https://tailwindcss.com/) based on [ScrollMagic examples](http://scrollmagic.io/examples/) page.

enhancement

Add into the documentation how to avoid blinking components when JS is still loading. Basically, we need to guarantee the components are invisible until the library is about to initialize....

documentation

Currently, the `smooth-scrollbar` is automatically added to the bundle even if it's not being used. The idea is making it work as a plugin.

enhancement

ScrollMagic doesn't need a wrapper to work, it works fine in the ``. However, documentation is saying a wrapper is required. **TO DO:** - Create wrapper dynamically if the container...

enhancement