vigneshshanmugam/first-contentful-paint

handle when contentful image nodes exits before text nodes in DOM

vigneshshanmugam opened this issue · 0 comments

Currently when img or contentful nodes (background-img) exist before the text nodes (h2, p) in DOM, library measures the paint of img node instead of the text node.