-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support for embeded videos #9
Comments
Never thought of anybody embedding videos in a liveticker, but you're absolutely right. The JS replaces the HTML content of the container to prepend pre-rendered ticks. This should be refactored to selectively append the children and not touching old content. |
I've tested the modified update logic in So I'd consider this issue done. If you still experience problems with embedded media, don't hesitate to give feedback. |
Every ajax call re-renders all the ticks. If a youtube video is embedded it get's reloaded all the time.
The text was updated successfully, but these errors were encountered: