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
229 stars 30 forks source link

fix: add missing data-width property to Facebook embed #19

Closed adam-marostica-nl closed 2 years ago

adam-marostica-nl commented 2 years ago

Although some Facebook posts are fluid when the data-width property is left blank or absent, others require this property to be set to render an appropriately sized iframe.

Unfortunately, this only allows an appropriately size iframe to be rendered in the first place, but does not allow the embed to become responsive. Facebook hardcodes the value given by data-width into inline styles elsewhere in the embed.