Alexander Farkas

Results 176 comments of Alexander Farkas
trafficstars

You can simply add an `alt` attribute. About the `src`: This plugin was created because people wanted not to use the lqip markup and instead also wanted to lazyload the...

@futtta The probably best way to fix this issue is to "namespace" every `attribute` or make them configurable, but I fear it is too late for that as a default....

I can't tell. Could you please setup a simple demo. jsfiddle, codepen, jsbin, codesandbox are great tools to do this fast and simple.

@Allmedialab I checked your pen and for me the right `size` is calculated. Of course if an image is inside a `display: none` area and you resize the window. The...

If you erase `srcset` at the same time you set `data-srcset` it shouldn't have been added. Because this is done with mutationobserver. But I'm not 100% sure if this will...

> But I still have concerns that in some cases the mutation observer of attrchange plugin might be called earlier than the React lifecycle methods. I will continue testing. Yeah,...

@adriancb, @philippeauriach and @terrapop I really need more information. 1. url to your website (you can also mailme 2. maybe all client side modules you are using 3. exact Safari...

Thank you all for your information. I will look into this this weekend. 'As you know it is hard to fix a bug without being able to reproduce it... I'll...

Hi guys, It was impossible for me to replicate the bug. It is very strange that this bug is now appearing, because the underlying code wasn't changed since years. However...