I would like to change the background image to my station?
Is it possible from the UI?
How can programmatically change it?
Thanks.
@giorgosn if you search through some of the closed issues you'll see this has been answered previously. check out: https://github.com/AzuraCast/AzuraCast/issues/724
I found a way how to add different background images for each station. jQuery code
$('.page-minimal.station-name').css('background-image','url(link-to-image.png)');
Change the following:
Hope that helps!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I found a way how to add different background images for each station. jQuery code
$('.page-minimal.station-name').css('background-image','url(link-to-image.png)');Change the following:
* station-name * link-to-image.pngHope that helps!
@ErnestPH
Where should I insert the line in the azura code ?
Should I insert this line for each webradio ?
Thanks.
Most helpful comment
I found a way how to add different background images for each station. jQuery code
$('.page-minimal.station-name').css('background-image','url(link-to-image.png)');Change the following:
Hope that helps!