Centering a video
Permalink
Hi,
Is it possible to center the video player (for me it always runs on the left side).
Same problem when embedding a video from Dailymotion : trying
with or without the option align="middle" the result is the same : video on the left
Thanks,
V.Le Mieux
Is it possible to center the video player (for me it always runs on the left side).
Same problem when embedding a video from Dailymotion : trying
<iframe align="middle" frameborder="0" width="480" height="270" src="//www.dailymotion.com/embed/video/x9qyxp" allowfullscreen></iframe>
with or without the option align="middle" the result is the same : video on the left
Thanks,
V.Le Mieux
a fast solution is to wrap it with a div having the css rule "text-align: center":
Better you use
and add in your css file
Then you can add more rules for all your videos in a single place (like margin, border, ...)
regards,
Axel