Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用媒体播放器mediaelements.js,Joomla(yootheme)想知道如何将居中对齐,player现在它是左对齐的。
mediaelements.js
Joomla(yootheme)
player
如果您知道播放器的宽度,则可以使用 CSS,如下所示:
#player{ width:400px; /*example*/ margin:0 auto; /*center align*/ }