Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to assign Logo for player #61

Open
Aladdinych opened this issue Dec 13, 2013 · 1 comment
Open

How to assign Logo for player #61

Aladdinych opened this issue Dec 13, 2013 · 1 comment

Comments

@Aladdinych
Copy link

How to assign Logo for player

@zoogylong
Copy link

In your script add the parameter "logo" followed by the path to your image: 'pathname/example.jpg'

For example in your script:

$(function() {
$("#osmplayer").osmplayer({
playlist: src='vidxml/exampleplaylist.xml',
width: '100%' ,
logo: src='images/logohere.jpg' ,

Please keep in mind with this method that you will need to edit your image to fit within the confines of your player and if desiring a watermark or bug like effect it'll need to be a format that renders opacity in web browsers such as .png

If using a content management system there should be an option somewhere to point to one, but I couldn't say where it would be exactly. Hope that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants