Increasing the size on an embedded tweet with react-twitter-embed
Using react-twitter-embed to embed a tweet makes the initial tweet look a bit small: import { TwitterTweetEmbed } from "react-twitter-embed"; type IProps = { id: string; }; const Tweet = (props: IProps) => { return ( <TwitterTweetEmbed tw...
Apr 12, 20221 min read370
