0
我有一直在嘗試了幾天現在在<div>
其中包括<img>
定位視頻
有效,我試圖讓電視的圖像顯示在其屏幕上的視頻的頂部移動的視頻。
有人可以幫助我定位視頻,因此它是屏幕內部圖像的核心。我甚至無法將視頻定位在<img>
之上,更不用說將其視爲正確的大小和居中。
在此先感謝。非常感激。
<div class="videocontainer">
<h1 class="videosheading"><strong>VIDEOS</strong></h1>
<div class="videogallery">
<div class="row">
<div class="col-xs-12">
<img class="img-responsive" src="img/TVWALLTWO.jpg">
<video controls="" height="330" width="440">
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag.
</video>
</div>
<div class="row">
<div class="col-xs-12"></div>
</div>
</div>
</div>
.videosheading {
color: #E3A750;
text-align: center;
}
.videogallery {
height: auto;
}
video {
background-color: red;
z-index:-1;
position:relative
}
這很棒。謝謝。是否有可能讓圖像保持在相同的位置,並且也有響應?謝謝你的幫助!! – reecechapas
這個例子**是具有響應式圖像的**,而**是具有響應式視頻。你將不得不更好地解釋你需要什麼。此外,如果你認爲這個答案很好,那麼比其他訪問這個美妙的網站的人也要好。 – skobaljic