A
A
AliminVerckon2020-07-21 20:00:23
Bootstrap
AliminVerckon, 2020-07-21 20:00:23

There are two videos in the block, but the second one is not included in the block! What to do?

I am using bootstrap 4

<div class="col-lg-5">
  <video class="video_size" controls="controls" poster="/media/product/videos/posters/add_O1Yfa0z.jpg">
    <source src="/media/product/videos/video_4rCUOaN.mp4" type="video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;">
  </video>
        <video class="video_size" controls="controls" poster="/media/product/videos/posters/contact.jpg">
    <source src="/media/product/videos/video_lH169PQ.mp4" type="video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;">
  </video>
</div>


Why is this happening, and how to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
anndyein, 2020-08-04
@AliminVerckon

<div class="row col-lg-5">
                <div class="col-6">
                    <video class="video_size" controls="controls" poster="/media/product/videos/posters/add_O1Yfa0z.jpg">
                      <source src="/media/product/videos/video_4rCUOaN.mp4" type="video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;">
                    </video>
                </div>
                    <div class="col-6">
                          <video class="video_size" controls="controls" poster="/media/product/videos/posters/contact.jpg">
                      <source src="/media/product/videos/video_lH169PQ.mp4" type="video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;">
                    </video>
                </div>
            </div>

If I understand correctly, you want the videos to be in one line

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question