Hello,
How can I align the player to the right?
http://wordpress.org/extend/plugins/jw-player-plugin-for-wordpress/
Hello,
How can I align the player to the right?
http://wordpress.org/extend/plugins/jw-player-plugin-for-wordpress/
@supawiz6991,
Placing the player in a div tag helps you to position it. Something like:
`
<div style="text-align: right;">
[jwplayer ...]
</div>
Thanks.
Also the center tag works for me.
<center>[jwplayer ...]</center>
Glad you got it.
You must log in to post.