https://github.com/valadas/html5video
Allows inserting HTML5 Videos in DotNetNuke
https://github.com/valadas/html5video
Last synced: about 1 month ago
JSON representation
Allows inserting HTML5 Videos in DotNetNuke
- Host: GitHub
- URL: https://github.com/valadas/html5video
- Owner: valadas
- License: other
- Created: 2017-05-13T02:03:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T05:25:20.000Z (over 7 years ago)
- Last Synced: 2025-03-21T23:43:02.390Z (about 1 year ago)
- Language: C#
- Homepage: https://valadas.github.io/Html5Video/
- Size: 1.14 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Html5Video
## Allows inserting HTML5 Videos in DotNetNuke
Simply place the module on any page, select or upload your video and it will be placed as an html5 video element.
Options include the following:
* Optionnally provide an image
* The image can be used as a benner before the video is completely loaded
* or as a replacement for the video on mobile devices
* Simple checkboxes to select your options:
* Autoplay (starts the video when it is loaded)
* Loop (retarts the video idefinitely)
* Muted (mutes the sound by default)
* Controls (show media controls)
* Responsive (adjusts the video so it never is larger than its container)
Known issues:
The following issues have not been implemented due to lack of time, they may be one day implemented if there is enough interest or you can also submit pull requests.
* Currently only supports mp4 since it works on pretty much any recent browser
* Replacing the video with an image on mobile devices currently only works on Bootstrap enabled skins.