David DeSandro
David DeSandro
I'm going to stick with my position and decline this feature request. The autoPlay feature is a suitable solution. Adding another type of auto-motion behavior is not worth the cost...
Thanks for reporting this issue. Can you elaborate on what you have to do to see overlapping images? What browser is this in?
Thanks for clarifying. Looks like this bug doesn't happen in Firefox. I have to look into more resilient CSS to resolve this.
**Add a 👍 reaction** if you would like to see this feature added to Huebee. Thanks for this feature request! Yeah, this could be a convenient option. I'd like to...
Thanks for all the input. I'm not keen on rolling-back `main`. I see a functional difference between `main` and `files`: - `main` is for entry-point files. Useful for RequireJS, LESS,...
The scuttlebutt I heard was that "engineer" was a title coined by Google to make employees feel special. It has since disseminate throughout tech culture. I recommend **Programmer.** It accurately...
Re-positing metafizzy/infinite-scroll#784 here You can use fancybox's `addContent` with [Infinite Scroll's `append` event](https://infinite-scroll.com/events.html#append). See demo https://codepen.io/desandro/pen/GdRzmL ``` js var fancybox = $.fancybox.getInstance(); // with Infinite Scroll initialized in vanilla JS...
Thank you for reporting this issue and fix. I'll have to add this to the docs.
Thanks for reporting this issue! You are correct, the path behavior will not be changed after you re-set `path`. You actually need to trigger an undocumented method `updateGetPath` to have...
> But what if instance initialization is done in a separate file inside a function where I have no way to access anything global. In this case, I recommend you...