1
A
回答
1
我解決我的問題與此代碼:
$(function(){
$("video,audio").mediaelementplayer();
$("video,audio").each(function(){
$(this).parents(".mejs-container").css("float", $(this).css("float"));
$(this).css("float", "none");
$(this).parents(".mejs-container").css("marginTop", $(this).css("marginTop"));
$(this).parents(".mejs-container").css("marginRight", (($(this).css("marginRight")=="0px")?"auto":$(this).css("marginRight")));
$(this).parents(".mejs-container").css("marginBottom", $(this).css("marginBottom"));
$(this).parents(".mejs-container").css("marginLeft", (($(this).css("marginLeft")=="0px")?"auto":$(this).css("marginLeft")));
$(this).css("marginTop", "auto");
$(this).css("marginRight", "auto");
$(this).css("marginBottom", "auto");
$(this).css("marginLeft", "auto"); }
);
});
0
嗯,有很多的媒體元素玩家得到的呈現方式的變化。對於類型的視頻/ YouTube,它實際上成爲一個iframe。
但是我能夠通過查看開發人員工具中的檢查員來確定id。對我來說,id是'mep_0'。所以,我能夠補充:
#mep_0
{
margin: 0 auto;
}
不是優雅的,但它的工作原理。
相關問題
- 1. NRefactory如何保持原始格式
- 2. 保持原始格式POST通過AWK
- 3. 保持與樣式
- 4. 使用CSS變換比例保持原始位置
- 5. Android - 任何方式來設置按鈕背景的樣式,但保持原樣?
- 6. 編輯沒有SASS的原始CSS樣式表
- 7. 是否有原因CSS不支持從樣式中應用樣式?
- 8. 保持原始值爲「variable = NEWVAR || variable;」
- 9. git衝突保持原始上游
- 10. 指定。保持原始大小
- 11. AJAX將PHP表單元素返回到原始CSS樣式
- 12. CSS a:鏈接保留原始顏色
- 13. 避免複製對不同div的CSS樣式保持不變
- 14. 如何保持:單擊元素後的活動CSS樣式
- 15. 保持原始數組的同時保持原始數組的Javascript過濾器深陣列
- 16. Rails和Paperclip ...不保存原始圖像,只是樣式?
- 17. InstallAware將原始目標地址保持在更新模式
- 18. 強制TinyMCE保持原始源代碼格式
- 19. 使用超鏈接保持原始格式
- 20. 保持數據以原始模式,同時傳遞到re.match
- 21. 如何使新添加的html代碼保持原始的css風格?
- 22. Android支持位圖保持原始位置的ArrayList
- 23. Reactjs在初始渲染之前的安裝狀態或保持原樣?
- 24. videojs skin vim不覆蓋原始樣式。
- 25. CSS:保持列表樣式是浮li元素
- 26. 在ASP.NET中將HTML轉換爲PDF時保持CSS樣式
- 27. 在ASP.NET中將HTML轉換爲Docx時保持CSS樣式
- 28. 使用InnerHTML加載html頁面時保持CSS樣式
- 29. Rx swift在使用flatMap後保持原始流的原始順序地圖
- 30. 從原始文件中添加音頻過濾器,自動檢測格式時保持原始格式