forked from paulirish/lite-youtube-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add partial support for changing attributes
Dynamically changing poster when related attributes are changed is currently not supported. - Fix incorrect ESLint configuration. - Fix missing `videoId` attribute leading to a broken YouTube poster. Currently no poster will be created. #2 - Add partial support for changing the following attributes: `videoid`, `playlistid`, `playlabel`, `showtitle`, `params`. - Change default play button text priority. It no longer overwrites the `playlabel` attribute. - Update examples.
- Loading branch information
Showing
11 changed files
with
510 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.