You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images in articles on medium.com appear twice in Reader view in Firefox. The first is blurred, the second is not. I don't know if this is the same root cause as #299 (medium.com doing weird stuff with lazy loading), but obviously the symptom is different, so I created a new issue. Please feel free to close as a dupe.
I'm seeing something slightly different, where the second image doesn't load at all.
The screenshots I'm attaching are the source and the destination, with the destination not having a src attribute on the second image.
Because of minimization there are no useful classNames or other attributes that we can rely on to remove the duplication. I'm not sure how we can fix this, other than trying to find a pattern with the DOM tree nodes.
Images in articles on medium.com appear twice in Reader view in Firefox. The first is blurred, the second is not. I don't know if this is the same root cause as #299 (medium.com doing weird stuff with lazy loading), but obviously the symptom is different, so I created a new issue. Please feel free to close as a dupe.
See, e.g. https://medium.com/mozilla-tech/revealing-arch-at-universe-29f4d00c9e58, which looks like this on Firefox 77.0.1 on macOS.
The text was updated successfully, but these errors were encountered: