Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecss
:root {
  --imap-loop-video: 1; // loop on
  --imap-loop-video: 0; // loop off
}
Code Block
languagecss
// for a specfic map
.im__wrapper--mapName1 {
  --imap-loop-video: 0; // loop off
}