So I have this structure:
<div style="width: 700px; height: 400px;">
<video style="width: 100%; height: 100%">
</div>
I need to know, after the video is loaded, how can i find out the original dimensions of the video, or at least the aspect ratio, the video duration, etc.
Is this possible? how?