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

Grid Layout for tweets inside TwitterTimelineEmbed #93

Open
analuspi opened this issue Jan 14, 2022 · 0 comments
Open

Grid Layout for tweets inside TwitterTimelineEmbed #93

analuspi opened this issue Jan 14, 2022 · 0 comments

Comments

@analuspi
Copy link

I'm using react-twitter-embed to display a timeline in a home page.
But I would like to add a custom CSS grid (the tweets, limited by six, must appear horizontally and not vertically):

<TwitterTimelineEmbed
            sourceType="profile"
            screenName="Quebecor"
            options={{
              tweetLimit: "6",
              width: "100%",
              height: "100%"
            }}
            noHeader="true"
            noFooter="true"
          ></TwitterTimelineEmbed>

Is there any way I can do that?

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

1 participant