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*/ }