The KiwiSDR 2 online store is open for orders! Please visit kiwisdr.nz
Can the top photo be loaded from an external source?
Hi guys,
is it possible (i.e. by adding code in the 'additional' field) to load the top photo from an external source?
I would like to add a "frequency cloud" to show which frequencies are used the most. Thats a simple .png
Another possibility would be a picture from a webcam of the receiver.
Any ideas?
Thanks and 73s,
Andy / DG7LAN
Comments
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function() {
document.querySelectorAll("#id-top-photo-img").forEach(function(e) {
e.src = "http://www.radioscanner.ru/tools/logo.jpg";
})
})
</script>
@studentkra Thanks, works great!
(It does not look that cool as I imagined it would 😂 )
I am always ready to help!😎