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;
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
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;