Wonder if this bug is related https://github.com/webcompat/web-bugs/issues/47761 I've attached a reduced test case. In Chrome `intersectionRatio` for the second image is greater than 0 and in Firefox is 0. In RDM last image is affected. Once I add `display: block` to `.simply-img` then it works. Also if I comment out font-family, it works
Bug 1581876 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Wonder if this bug is related https://github.com/webcompat/web-bugs/issues/47761 I've attached a reduced test case. In Chrome `intersectionRatio` for the second image is greater than 0 and in Firefox is 0. In RDM this is happening to the 4th image. Once I add `display: block` to `.simply-img` then it works. Also, if I comment out `font-family`, it works.