Skip to content

Audio file display format #276

Answered by mgogoulos
heerbovec asked this question in Q&A
Discussion options

You must be logged in to vote

I now see what you mean. This is how poster appears on an audio file

However, if you want to get the poster to get more area, and this is better for you:

Then there is a quick solution:

  1. edit file static/css/_extra.css , basically append the following css rule
.video-js.vjs-mediacms.vjs-audio .vjs-poster {
    background-size: cover;
}
  1. restart MediaCMS, if you're using the Single Server installation,
root@server /home/mediacms.io/mediacms # systemctl restart mediacms

while if you're using Docker installation:

root@server /root/mediacms # docker-compose restart web

This can work as a quick fix, let us know if this is better. We can consider adding as the default behavior (let's wai…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@heerbovec
Comment options

Answer selected by heerbovec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants