Skip to content
New issue

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

There is a way to put a specific width for the tweet embed? #113

Open
tiago138 opened this issue Jul 15, 2022 · 4 comments
Open

There is a way to put a specific width for the tweet embed? #113

tiago138 opened this issue Jul 15, 2022 · 4 comments

Comments

@tiago138
Copy link

When trying to put a specific width using options it does nothing.

@pzapora1
Copy link

pzapora1 commented Jul 25, 2022

I am looking for a solution for the same case only for height. Height option works for timeline but not for individual tweet.

@altarrok
Copy link

Same +1

@vuonghungvinh
Copy link

Same+2

@dimitrisraptis96
Copy link

Made it work with this messy hack:

 <style jsx global>{`
        [id^="twitter-widget-"] {
          width: 350px !important;
        }
`}</style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants