David DeSandro
David DeSandro
Related: https://gist.github.com/nickcernis/3df74c0c6c18b75cb951
From metafizzy/flickity#831, the Mailchimp embed includes its own version of RequireJS. But Isotope v3 does not offer a named package in its module definition for RequireJS. So I do not...
**Add a 👍 reaction** to this issue if you would like to see this feature added. Do not add +1 comments — [They will be deleted](https://metafizzy.co/blog/use-github-reactions-delete-plus-1-comments/).
Thank you for reporting this bug with test case! Yes, this indeed a bug. I'll evaluate fixing it for a future release
Here's my solution https://codepen.io/desandro/pen/zYPvMyZ ``` js // external js: flickity.pkgd.js const flick = new Flickity('.carousel', { setGallerySize: false, prevNextButtons: false, pageDots: false, draggable: false, freeScroll: true, wrapAround: true, }) let...
Thanks for this feature request. **Add a 👍 reaction** to this issue if you would like to see this feature added. Do not add +1 comments — [They will be...
@ieraora See [Isotope + Infinite Scroll with jQuery demo on CodePen](https://codepen.io/desandro/pen/pVgROR)
@ieraora See [Isotope + Infinite Scroll, insert with jQuery demo on CodePen](https://codepen.io/desandro/pen/WJrWex). This uses the technique in my original post.
@ieraora I'd like to keep discussion of this thread to seeing interest in Isotope with Infinite Scroll, not support. Generally, I recommend not using both of these plugins together. I...
**Add a 👍 reaction** to this issue if you would want Huebee to add alignment options. --- It may look something like ``` js { align: 'top right' } ```