Minor bug fixes

This commit is contained in:
Sam Potts
2016-05-01 13:39:53 +10:00
parent 3b69f47590
commit a316514ca1
5 changed files with 27 additions and 13 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v1.6.3
- Seek back to 0 for all media on ended
- Check for HTML5 video on ended reload
- Update to docs for `showPosterOnEnd` option
## v1.6.2
- Fix for tooltip displaying when duration is not set (fixes #177)
- `showPosterOnEnd` option to show poster when HTML5 video ended (fixes #59)