Closed JethroNatividad closed 1 month ago
Removing the width style seems to fix the Instagram overflow when loading https://github.com/justinmahar/react-social-media-embed/issues/65
I added this in my current project as a temporary fix:
.instagram-media { width: 0 !important; }
So the solution was to make the parent position relative?
yes
Thanks @JethroNatividad! Just tested it out, works great.
Published. Get the latest via:
npm i react-social-media-embed@latest
Removing the width style seems to fix the Instagram overflow when loading https://github.com/justinmahar/react-social-media-embed/issues/65
I added this in my current project as a temporary fix: