• Is it possible to hide the player? I want to have an autoplaying tune on a home page with no player

    Thanks,

    Paul

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have one solution but this would affect all players on your site. Add this to your CSS:

    p.audioplayer_container {
    	width: 1px !important;
    	height: 1px !important;
    	overflow: hidden !important;
    	float: left !important;
    	margin: 0 !important;
    	padding: 0 !important;
    }

    However, keep in mind that visitors won’t have a way of switching the music off. In my opinion, this is not good practice.

    Martin

    hello,

    I had in mind the same idea as revporl. Thank you doryphores for highlighting the fact that visitors would not be able to switch the music off, much better give them the freedom to choose on or off.

    Greetings,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Audio Player] Invisible player’ is closed to new replies.