Skip to content
#

mojs

Here are 23 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

You can’t perform that action at this time.