tonickkozlov / vue-tweet-embed

Embed tweets in your vue.js app
111 stars 27 forks source link

Timeline no more has height (scroll) #45

Open sergiustatache opened 4 years ago

sergiustatache commented 4 years ago

When using it as timeline there is no scroll functionality, but this happens because there is no height restriction anymore. Also, :options="{height: 500}" doesn't work.

GuiguiWeb commented 4 years ago

Try :options="{height: '500'}"

sergiustatache commented 4 years ago

Try :options="{height: '500'}"

Tried... same thing.