justinmahar / react-social-media-embed

📰 Easily embed social media posts from Facebook, Instagram, LinkedIn, Pinterest, TikTok, X (Twitter), and YouTube in React.
https://justinmahar.github.io/react-social-media-embed/
MIT License
215 stars 30 forks source link

Instagram loading spinner has UI defect. #65

Open stupendusmagneficus opened 8 months ago

stupendusmagneficus commented 8 months ago

Screenshot 2024-01-03 at 16 43 14

Instagram loading spinner on the right side has grey line.

FilipiRafael commented 8 months ago

Hey @stupendusmagneficus, did you solve it?

justinmahar commented 7 months ago

This one confounded me when I was building this package. Couldn't figure out a way to hide this, even with clipping via the overflow CSS property. Seems like it's something Instagram is doing during its embed process.

If you or anyone else can find a way to hide this with CSS I'll incorporate it into the library (or send a PR with the fix)