Skip to content

Instantly share code, notes, and snippets.

@wrr
Created January 3, 2019 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wrr/f05ba70e110de1a0fd5ba6d669fec4f8 to your computer and use it in GitHub Desktop.
Save wrr/f05ba70e110de1a0fd5ba6d669fec4f8 to your computer and use it in GitHub Desktop.
Change Shapespark play button
<script>
(function() {
document.getElementById('play-button').src = "https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-play-video.svg";
}());
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment