Updated sample files; changed to grunt-dart-sass for compilation to reduce external dependencies

This commit is contained in:
2024-03-21 00:07:40 -04:00
parent 944f535532
commit da0ed0a84f
4 changed files with 1775 additions and 970 deletions

View File

@ -16,18 +16,18 @@
<script>
$('.mup-player').MUPlayer({
'use_default_css': true,
'video_width': '720px',
'video_width': '1280px',
'video_sources': [
{
'link': 'http://techslides.com/demos/sample-videos/small.ogv',
'link': 'https://filesamples.com/samples/video/ogv/sample_1280x720.ogv',
'type': 'video/ogg',
},
{
'link': 'http://techslides.com/demos/sample-videos/small.mp4',
'link': 'https://filesamples.com/samples/video/mp4/sample_1280x720.mp4',
'type': 'video/mp4',
}
]
});
</script>
</body>
</html>
</html>