我試圖將視頻背後的圖像對齊,以便它看起來像你正在改變電視機上的頻道。現在視頻很小,我無法調整視頻的大小。任何想法或更好的方法來解決這個問題?對齊視頻背後的視頻
<div class="col-md-offset-1 col-md-5" style="position:relative;">
<div style="position:absolute;">
<iframe allowfullscreen="" src="https://www.youtube.com/embed/oNBBijn4JuY?showinfo=0&wmode=opaque" frameborder="0"></iframe>
</div>
<div style="max-width:100%;max-height:100%;margin:auto;position:relative;">
<img src="https://dl.dropboxusercontent.com/s/cqyrqtx4i7zwt0w/tvset_small_cropped.png" />
</div>
</div>
https://jsfiddle.net/e2syv64u/
是啊,我發現我並沒有這樣做,在小提琴,但我沒有在這個問題對其進行更新。我更新了小提琴以刪除左上角的樣式。由於視頻顯示較小,所以仍然沒有什麼幫助。 –