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...
blog.skorpen.com1 min read