David DeSandro

Results 406 comments of David DeSandro

Thanks for reporting this issue. This looks to be a problem with Safari not displaying loaded images with srcset. See related [Stack Overflow issue](https://stackoverflow.com/questions/45487105/ajax-loaded-images-in-safari-not-respecting-srcset) We can hack a solution by...

**Add a 👍 reaction** to this issue if you would like to see this feature added. Do not add +1 comments — [They will be deleted](http://metafizzy.co/blog/use-github-reactions-delete-plus-1-comments/). --- Unless this issue...

One solution is to set [`scrollThreshold: false`](https://infinite-scroll.com/options.html#scrollthreshold) when there is no more content to append. ``` js $container.on( 'load.infiniteScroll', function( event, response ) { if ( !response || !Object.keys( response...

Thanks for reporting this issue! I've seen this a couple times on mobile Safari as well. This is indeed a bug. I'll be investigating and working on a fix for...

imagesLoaded v4.1.4 and Infinite Scroll v3.0.3 have been updated with a fix for this bug in Safari. Please try updating and report back if you run into any issues. Thank...

@p-drolima I'd like to this its fixed, as I am unable to reproduce the issue. I'm waiting to see if any other reports come in.

Thanks for reporting this issue. Looks to be a CSS bug in the demo. I'll follow up once its resolved.

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...

Thanks for reporting this issue. Currently, Infinite Scroll does not provide an easy feature to support jumping back to pages with `history: 'push'`. **Add a 👍 reaction** to this issue...

Thanks for reporting this issue. Looking into it, you may need to [trigger `.play()` on videos that are dynamically added to the page](https://stackoverflow.com/a/17994667/182183). ``` js // jQuery $container.on( 'append.infiniteScroll', function(...