
sharing button position
Hi
I'm currently trying to migrate from jw6 to jw7
and with new design the social sharing buttons have changed their position from top left to top right
Is there any way I can customize its position (css maybe?)
Hi
I'm currently trying to migrate from jw6 to jw7
and with new design the social sharing buttons have changed their position from top left to top right
Is there any way I can customize its position (css maybe?)
Hello,
You can tap in to many of the elements of the player via CSS. The following link may be of use to you: http://support.jwplayer.com/customer/portal/articles/2067702-skin-css.
Thank you,
Randy
I have checked that page but couldn't see anything about social sharing buttons
I have the same problem, after a migration from jwplayer 6 to 7, the social sharing button move from the top left to top right... is there any solution to move it ?
Same problem. I have an underlying logo top right in the video and have to move the social sharing button to the top left. Any solution?
In JWPlayer 7 you can put something like this in your css to have the sharing button in the top left corner:
.jw-dock-button { float: left !important; }