Results 30 comments of dinbror

@unnamedfeeling Something like the built-in breakpoints feature? http://dinbror.dk/blog/blazy/#Multi

Hi @dkeulen. I have it on my feature list, to auto detect async images. In the meantime you can call one of the public functions that comes with blazy, revalidate...

Hey @jacobAtAnalytixBar Very strange. I don't think it has something to do with blazy itself. Have seen it before or can't reproduce it with just blazy.js. If you want to...

Hey @msaspence . I like the idea but I also want to keep the file size down. I'll put it on the "ideas" list and consider it. Thanks

hey @akhatri I'll add it to the wish list. Right now you will need to add/remove a class in the success callback as you mention. ``` var bLazy = new...

Hi @vinzid Thanks for your PR. I always reserve space for the images I want to lazyload, this will ensure that your issue wont happen and that the document will...

Hey @pruttned You need to define the container on initialize: http://dinbror.dk/blazy/examples/#image-inside-container Sorry for the late reponse

@pruttned ahh sorry about that. Do you still see the issue. Just tested in chrome 56.0.2924.87 and can't reproduce it.

Hey @gajus Sorry for the late reply. Thanks for the PR. Normally with carousels I'm using the public ´load´ function to load what slides into the view. Wouldn't that also...

Are you just showing raw json data in the popup? If not I would do the logic in the onOpen callback because you need to process your json data. Are...