Sunday 20 May 2018

EMF Hub Monitor "widget" now available

I've created a 'widget' to embed the Live Monitor into existing sites. You should see it on the right-hand side of this blog (assuming you're not using a mobile device). It looks like this -



To add the widget to your own site, you can use the following as a guide:
<style>
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
</style>

<p> See who's transmitting on the hub:</p>
<div class="resp-container">
    <iframe class="resp-iframe" src="https://lh.hub.emfhams.org/iframe_widget.html"></iframe>
</div>