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

How to place "center content" in embed code


I need to embed a playlist/channel in an html box on a social network site. All I have is a plain html box. What code would place the player in the center of that box?

1 Community Answers

Remco van Bree

JW Player Support Agent  
2 rated :

The easiest way to do that would be to place the video embed in a centered div like this:

<div align="center">Your embed code </div>


This question has received the maximum number of answers.