Skip to content

Include a custom logo overlay when vg-player is not playing (Videogular Custom Logo)

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license-banner.txt
Notifications You must be signed in to change notification settings

unleashlive/vg-custom-logo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vg-custom-logo

Include a custom logo overlay when vg-player is not playing

Instructions

Install

npm install vg-custom-logo --save

Add import

import {VgCustomLogoModule} from "vg-custom-logo";

imports: [
 ...,
 VgCustomLogoModule,
 ...,
],

Add to player

<vg-player>
  ...
  <vg-custom-logo src="assets/img/logo.svg"></vg-custom-logo>
  ...
</vg-player>

Sample Logo Result Now when playing

About

Include a custom logo overlay when vg-player is not playing (Videogular Custom Logo)

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license-banner.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published