Controls Font/symbols Missing - Videogular
I ran into a a problem with videogular controls. I must be missing some step in the installation process. I guess I need to include some symbols font, but have no idea where to fin
Solution 1:
You need to change this line:
vg-theme="controller.config.theme"
By this:
vg-theme="controller.config.theme.url"
Solution 2:
You need to install the videogular-themes-default plugin along with your other plugins. The tutorial page is here: http://www.videogular.com/tutorials/how-to-start/
Post a Comment for "Controls Font/symbols Missing - Videogular"