We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to put a specific width using options it does nothing.
The text was updated successfully, but these errors were encountered:
I am looking for a solution for the same case only for height. Height option works for timeline but not for individual tweet.
Sorry, something went wrong.
Same +1
Same+2
Made it work with this messy hack:
<style jsx global>{` [id^="twitter-widget-"] { width: 350px !important; } `}</style>
No branches or pull requests
When trying to put a specific width using options it does nothing.
The text was updated successfully, but these errors were encountered: