0
Boas, I’m trying to make a container with 4 equal cells, that is, 2 columns and 2 rows. I’ve tried using col and Row but nothing works.
I’ve just got this, right now.
<div id="container">
<video autoplay="true" id="video"></video>
</div>
Use col and Row and try to make a style with video { width: 100% }
– Rodrigo Mello