My video poster is not showing full video play tag
Below my code
<video controls="" width="100%" height="100%" poster="assets/imgs/poster.jpg" controlsList="nodownload">
<source src="{{item._meta_gallery_images}}" type="video/mp4">
</video>
how can i set full size
Thanks in advance