Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Logo size and jwplayer pro


I have implemented the logo but on small jwplayer window the logo is huge, and on full screen it looks good, can jwplayer resize the logo based on the window size?

Can I hide the logo on small window and show it on full screen?



1 Community Answers

MisterNeutron

Best Answer 

In HTML5 mode you can target the logo with some CSS - for example:

.jwlogo { width: 40px; }

I don't know of any way to alter it in Flash mode.

MisterNeutron

Best Answer  User  
0 rated :

In HTML5 mode you can target the logo with some CSS - for example:

.jwlogo { width: 40px; }

I don't know of any way to alter it in Flash mode.

This question has received the maximum number of answers.