How do I get the size of an HTML video element?

I tried to convert the element into a block and used element.clientWidth and element.clientHeight but that didn’t work. How can I get the size of this element?

<video style="display: block;"> video.clientWidth; video.clientHeight;