gavin310
gavin310
Nice one. Didn’t see that in there. Thanks! On Fri, Nov 29, 2019 at 2:06 PM Holger Jeromin wrote: > The demo uses > https://que-etc.github.io/resize-observer-polyfill/src/app.js which is > not minified......
Here's some jQuery I came up with to add an `is-visible` class to slides that are currently within the viewport (full or partially). Maybe it'll help someone: ``` $( '.slider'...
Has this plugin been abandoned or what? I thought Yoast's team was going to maintain it?
@pdtnelson Yep, just wasted a bunch of time getting the PHP SDK all set up and and reading through the examples, only to find out it doesn't even support their...
By the way there's lots of 3rd party API v3 wrappers: https://packagist.org/?query=activecampaign
Not sure if it's related, but I was having issues with Swiper 7.4.1 in Chrome 98 and Safari with links not being clickable when using the `fade` effect. Upgrading to...
In case anyone else is looking for help with this, my OTF fonts appeared to be loading fine, but they would output gibberish into the PDF. I used an online...
Btw for my own purposes I need only elements in the container to be selected, so (I think) I fixed it by changing the `on` function. I changed the line:...
Nice, glad I could help this awesome project!
@silvestreh Hey I got one quick question if you don't mind. OnScreen doesn't seem to support scrolling inside my container, since my container element has `overflow:scroll`. When you scroll to...