Change schedule table to azuracast iframe

This commit is contained in:
ChronosX88 2022-10-30 00:16:38 +03:00
parent afa64fb480
commit 31c447c48e

View File

@ -1,5 +1,5 @@
{{ define "main" }}
<div id="calendar">
<iframe height="400px" style="width: 80vmin;" scrolling="no" frameborder="0" src="https://libretime.southwestradio.ru/embed/weekly-program"></iframe>
<iframe src="https://azuracast.southwestradio.ru/public/southwest_radio/schedule/embed?theme=dark" frameborder="0" allowtransparency="true" style="width: 80vmin; min-height: 800px; border: 0;"></iframe>
</div>
{{end}}