Skip to content

mixcrate/mixcrate-embeddable-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixcrate Embeddable Player

The embeddable player was built to embed Mixcrate hosted audio files.

##Usage:

<!doctype html>
<html>
<head>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<style>
body {
    font-size: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

code {
    background: #fff;
    border: 1px solid;
    color: green;
    display: block;
    font-size: 110%;
    margin: 0 0.5em 2em;
    padding: 1em;
}
</style>
</head>
<body>

<script src="js/mc.js" id="mc-13980"></script>

</body>
</html>

WHERE id is the unique audio file identifier

##Contribute Find a bug or want a new feature? You are welcome to fork and make a pull-request. When submitting a pull-request, please follow the same styling/formatting and use git flow to merge into develop branch. Thank you for the help.

Resources

About

Mixcrate Embeddable Audio Player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published