Skip to content

Instantly share code, notes, and snippets.

@pashute
pashute / CircleSound.htm
Last active June 5, 2017 14:32
CircleSound
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
* {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:13px;
}
circle {
fill-opacity: .8;
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("iframe").load( function () {
var c = (this.contentWindow || this.contentDocument);
if (c.document) d = c.document;
var ih = $(d).outerHeight();