The Wayback Machine - https://web.archive.org/web/20200901035046/https://github.com/topics/mojs
Skip to content
#

mojs

Here are 25 public repositories matching this topic...

Sandstedt
Sandstedt commented Jun 16, 2019

Currently mojs-player creates an element in the top of body that looks like this:

<div id="icons">
  <svg ...>
    <path id="play-icon-shape" d="...">
    ...
  </svg>
</div>

This is for using svg elements as icons in the player controller.

Problem
When using mulitple instances of mojs-player on the same page, we get dublicates of these elements.

Solution
S

Improve this page

Add a description, image, and links to the mojs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mojs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.