saurabhnemade / react-twitter-embed

Simplest way to add twitter widgets to your react project.
https://saurabhnemade.github.io/react-twitter-embed/
363 stars 65 forks source link

The options property does not working. #118

Open shoNagai opened 2 years ago

shoNagai commented 2 years ago

I was using the library as follows, but specifying the height using options not working. Does anyone know a solution?

import { TwitterTimelineEmbed } from 'react-twitter-embed';

<TwitterTimelineEmbed
    sourceType="url"
    lang="ja"
    url={'xxxxxxxxx'}
    options={{ height: 400 }}
    noHeader
    noFooter
    noBorders
    noScrollbar
    placeholder={<div css={{ height: 400}} />}
  />
shoNagai commented 2 years ago

This may be a similar issue... https://github.com/saurabhnemade/react-twitter-embed/issues/116

UzairAsadBaig commented 2 years ago

I am facing the same problem

t-kreator commented 2 years ago

same issue

jarodtaylor commented 2 years ago

Same issue (it was happening with another react twitter library too).

vnghia187 commented 2 years ago

same here it just stopped working

rchllsosa commented 1 year ago

Up! Same here

LucianoPereira commented 1 year ago

Same