我想讓我的iframe響應。遊戲iframe響應
以下是我的代碼
.game_frame iframe {
display: block;
margin: auto;
}
<div class="col-md-12">
\t <div class="game_frame">
\t <iframe src="http://www.freeonlinegames.com/embed/142842" width="800" height="400" frameborder="no" scrolling="no"></iframe>
\t </div>
</div>
即使我改變了這種
<div class="col-md-12">
太
<div class="embed-responsive embed-responsive-16by9 col-md-12 text-center">
BU仍然面臨問題,我的iframe不在中心。我不想使用全寬度的iframe,我想
WIDTH = 「800」 HEIGHT = 「400」
編輯: - Iframe on Dextop site,Iframe on Mobile site
你能澄清你了響應是什麼意思? – Retr0id
關於dextop遊戲iframe是完美的[快照](http://i.imgur.com/HYf6XRk.png),但在移動gamign iframe沒有顯示100%。只有一半顯示[快照](http://i.imgur.com/377xD9A.png) – samparker025