Leo Seyers

Results 14 comments of Leo Seyers

hello @sadeghbarati, thanks for your answer. It's not clear from your code, do I need to use the pause() method on the complete callback to make that properly working? I've...

I have the same issue, my Wordpress instance is also in a sub folder. ``` js module.exports = { proxy: 'http://localhost//', distPublicPath: '/wp-content/themes//dist/', }; ```

> Hello, > > Please try this > > ```js > module.exports = { > proxy: 'http://localhost//', > distPublicPath: '/wp-content/themes//dist/', > }; > ``` > > Also kindly report back...

> ``` > Flickity.Cell.prototype.renderPosition = function( x ) { > var side = this.parent.originSide; > this.element.style[ side ] = this.parent.getPositionValue( x ); > }; > ``` that fixes the issue...

@LuudJanssen i was looking for something like this for a full width/height slider, thank you! i did some user tests and found out people using safari on apple laptops were...

@joebentaylor adding `$` before a variable is a naming convention for DOM selectors if the method is not defined then probably the library is not exectuded the right way finally...

> Hi, > > Is there any examples or guidance on toggling the reverse based on scroll direction (up/down) using Marquee3000? > > Here is a site that does it:...

@tomasts248 There is a plugin for that purpose, you may want to check in the plugin folder for additional documentation : https://github.com/aFarkas/lazysizes/tree/gh-pages/plugins/bgset Not sure it's supported of the box, here...

It would be very appreciable to have iframe support indeed. Thanks :)

@jp-prieto nice, thank you i actually tried to integrate it on nuxt project using bits of your code but I got a `locomotiveScroll is not a constructor` error, i'm not...