How to place the close button, I'm sorry I do not know much about design, so I use bootstrap. This is the image of my system.
This is the code:
<div class="modal fade" id="videos" role="dialog"
aria-labelledby="myModalLabel">
<video autoplay width="1080" height="720" controls>
<source src="<?php echo base_url(); ?>dist/video/hola.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
</div>