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

Preview embed disappears on website #1

Closed
jonmalave opened this issue Feb 13, 2017 · 2 comments
Closed

Preview embed disappears on website #1

jonmalave opened this issue Feb 13, 2017 · 2 comments
Assignees
Labels

Comments

@jonmalave
Copy link

Embedo library seems pretty cool, although the preview on the website doesn't seem to work very well... At least not on Chrome browser that I tried on. When I enter the URL of say http://twitter.com/jonmalave the preview renders the width OK, but doesn't render the height correctly, then within seconds disappears. So it's not allowing me to preview what the embed would look like really...

@shobhitsharma
Copy link
Owner

shobhitsharma commented Feb 13, 2017

screen shot 2017-02-13 at 11 58 08 pm

embedo is ideally meant to embed tweets, since you are trying to embed entire timeline here, its scaling and got transformed to bottom. In example, I haven't added any limits as such, but it deserves a scrollbar definitely. But you can adjust your case using $().on('watch', fn) event from the docs when you implement it locally.

I'll find a solution for this odd case. Thanks for the report.

@shobhitsharma
Copy link
Owner

Sorted scaling issue. Whole timeline is embedded using oembed, so while hooking, make sure to apply overflow-scroll limit with suitable height for your container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants